Add Unreleased SeriesStatus to filters
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
<input type="checkbox" is="emby-checkbox" class="chkStatus" data-filter="Ended" />
|
||||
<span>${Ended}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkStatus" data-filter="Unreleased" />
|
||||
<span>${Unreleased}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -35,6 +35,10 @@
|
||||
<input type="checkbox" is="emby-checkbox" class="chkSeriesStatus" data-filter="Ended" />
|
||||
<span>${Ended}</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkSeriesStatus" data-filter="Unreleased" />
|
||||
<span>${Unreleased}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1667,5 +1667,6 @@
|
||||
"MediaInfoRpuPresentFlag": "DV rpu preset flag",
|
||||
"MediaInfoElPresentFlag": "DV el preset flag",
|
||||
"MediaInfoBlPresentFlag": "DV bl preset flag",
|
||||
"MediaInfoDvBlSignalCompatibilityId": "DV bl signal compatibility id"
|
||||
"MediaInfoDvBlSignalCompatibilityId": "DV bl signal compatibility id",
|
||||
"Unreleased": "Not yet released"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user