1
0
Fork 0
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:
Niels van Velzen 2022-10-30 14:42:12 +01:00
parent 10b473b80c
commit 5e9c2865b0
3 changed files with 10 additions and 1 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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"
}