mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
add negative filters
This commit is contained in:
parent
76c5960fd4
commit
43cee083f6
@ -127,15 +127,24 @@
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
|
||||
<label for="chkTrailer">${OptionHasTrailer}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkNoTrailer" id="chkNoTrailer" data-mini="true">
|
||||
<label for="chkNoTrailer">${OptionNoTrailer}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
|
||||
<label for="chkSpecialFeature">${OptionSpecialFeatures}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
||||
<label for="chkThemeSong">${OptionHasThemeSong}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkNoThemeSong" id="chkNoThemeSong" data-mini="true">
|
||||
<label for="chkNoThemeSong">${OptionNoThemeSong}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
||||
<label for="chkThemeVideo">${OptionHasThemeVideo}</label>
|
||||
|
||||
<input class="chkFeatureFilter" type="checkbox" name="chkNoThemeVideo" id="chkNoThemeVideo" data-mini="true">
|
||||
<label for="chkNoThemeVideo">${OptionNoThemeVideo}</label>
|
||||
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user