Don't hide Backdrops, ThemeSong and ThemeVideo options on TV
This commit is contained in:
parent
4c9f39e07e
commit
d14f3b3d0b
2 changed files with 3 additions and 13 deletions
|
@ -231,7 +231,7 @@
|
|||
<div class="fieldDescription checkboxFieldDescription">${EnableDetailsBannerHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldBackdrops hide">
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldBackdrops">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkBackdrops" />
|
||||
<span>${Backdrops}</span>
|
||||
|
@ -239,7 +239,7 @@
|
|||
<div class="fieldDescription checkboxFieldDescription">${EnableBackdropsHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldThemeSong hide">
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldThemeSong">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkThemeSong" />
|
||||
<span>${ThemeSongs}</span>
|
||||
|
@ -247,7 +247,7 @@
|
|||
<div class="fieldDescription checkboxFieldDescription">${EnableThemeSongsHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldThemeVideo hide">
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldThemeVideo">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkThemeVideo" />
|
||||
<span>${ThemeVideos}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue