mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add Unreleased SeriesStatus to filters
This commit is contained in:
parent
10b473b80c
commit
5e9c2865b0
3 changed files with 10 additions and 1 deletions
|
@ -59,6 +59,10 @@
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkStatus" data-filter="Ended" />
|
<input type="checkbox" is="emby-checkbox" class="chkStatus" data-filter="Ended" />
|
||||||
<span>${Ended}</span>
|
<span>${Ended}</span>
|
||||||
</label>
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" is="emby-checkbox" class="chkStatus" data-filter="Unreleased" />
|
||||||
|
<span>${Unreleased}</span>
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -35,6 +35,10 @@
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkSeriesStatus" data-filter="Ended" />
|
<input type="checkbox" is="emby-checkbox" class="chkSeriesStatus" data-filter="Ended" />
|
||||||
<span>${Ended}</span>
|
<span>${Ended}</span>
|
||||||
</label>
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" is="emby-checkbox" class="chkSeriesStatus" data-filter="Unreleased" />
|
||||||
|
<span>${Unreleased}</span>
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1667,5 +1667,6 @@
|
||||||
"MediaInfoRpuPresentFlag": "DV rpu preset flag",
|
"MediaInfoRpuPresentFlag": "DV rpu preset flag",
|
||||||
"MediaInfoElPresentFlag": "DV el preset flag",
|
"MediaInfoElPresentFlag": "DV el preset flag",
|
||||||
"MediaInfoBlPresentFlag": "DV bl preset flag",
|
"MediaInfoBlPresentFlag": "DV bl preset flag",
|
||||||
"MediaInfoDvBlSignalCompatibilityId": "DV bl signal compatibility id"
|
"MediaInfoDvBlSignalCompatibilityId": "DV bl signal compatibility id",
|
||||||
|
"Unreleased": "Not yet released"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue