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 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