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