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 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue