mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix video filters hiding
This commit is contained in:
parent
b0531085af
commit
e652fbce54
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