Fix video filters hiding
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user