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

Merge pull request #2619 from jellyfin/fix-filter-hiding

Fix video filters hiding

(cherry picked from commit a8831cea3e)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Bill Thornton 2021-04-25 11:37:50 -04:00 committed by Joshua M. Boniface
parent ba0815e1c3
commit b053cb9d79

View file

@ -3,18 +3,18 @@
<div is="emby-collapse" title="${Filters}">
<div class="collapseContent">
<div class="checkboxList">
<label>
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter videoStandard"
<label class="videoStandard">
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter"
data-filter="IsPlayed" />
<span>${Played}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter videoStandard"
<label class="videoStandard">
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter"
data-filter="IsUnPlayed" />
<span>${Unplayed}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter videoStandard"
<label class="videoStandard">
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter"
data-filter="IsResumable" />
<span>${OptionResumable}</span>
</label>