1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4120 from nielsvanvelzen/seriesstatus-extended

Add Unreleased SeriesStatus to filters
This commit is contained in:
Bill Thornton 2022-11-15 13:50:23 -05:00 committed by GitHub
commit 26b01bd547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>