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:
parent
ba0815e1c3
commit
b053cb9d79
1 changed files with 6 additions and 6 deletions
|
@ -3,18 +3,18 @@
|
||||||
<div is="emby-collapse" title="${Filters}">
|
<div is="emby-collapse" title="${Filters}">
|
||||||
<div class="collapseContent">
|
<div class="collapseContent">
|
||||||
<div class="checkboxList">
|
<div class="checkboxList">
|
||||||
<label>
|
<label class="videoStandard">
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter videoStandard"
|
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter"
|
||||||
data-filter="IsPlayed" />
|
data-filter="IsPlayed" />
|
||||||
<span>${Played}</span>
|
<span>${Played}</span>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label class="videoStandard">
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter videoStandard"
|
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter"
|
||||||
data-filter="IsUnPlayed" />
|
data-filter="IsUnPlayed" />
|
||||||
<span>${Unplayed}</span>
|
<span>${Unplayed}</span>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label class="videoStandard">
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter videoStandard"
|
<input type="checkbox" is="emby-checkbox" class="chkStandardFilter"
|
||||||
data-filter="IsResumable" />
|
data-filter="IsResumable" />
|
||||||
<span>${OptionResumable}</span>
|
<span>${OptionResumable}</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue