mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1072 from ferferga/fix-recent
Move "hide watched media" checkbox
This commit is contained in:
commit
6246dce320
1 changed files with 7 additions and 7 deletions
|
@ -10,6 +10,13 @@
|
||||||
<div class="fieldDescription">${LabelPleaseRestart}</div>
|
<div class="fieldDescription">${LabelPleaseRestart}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="verticalSection verticalSection-extrabottompadding">
|
||||||
|
<label class="checkboxContainer">
|
||||||
|
<input class="chkHidePlayedFromLatest" type="checkbox" is="emby-checkbox" />
|
||||||
|
<span>${HideWatchedContentFromLatestMedia}</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="selectContainer">
|
<div class="selectContainer">
|
||||||
<select is="emby-select" id="selectHomeSection1" label="{section1label}">
|
<select is="emby-select" id="selectHomeSection1" label="{section1label}">
|
||||||
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
||||||
|
@ -110,13 +117,6 @@
|
||||||
|
|
||||||
<div class="perLibrarySettings"></div>
|
<div class="perLibrarySettings"></div>
|
||||||
|
|
||||||
<div class="verticalSection verticalSection-extrabottompadding">
|
|
||||||
<label class="checkboxContainer">
|
|
||||||
<input class="chkHidePlayedFromLatest" type="checkbox" is="emby-checkbox" />
|
|
||||||
<span>${HideWatchedContentFromLatestMedia}</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="verticalSection verticalSection-extrabottompadding">
|
<div class="verticalSection verticalSection-extrabottompadding">
|
||||||
<h2 class="sectionTitle">${HeaderLibraryFolders}</h2>
|
<h2 class="sectionTitle">${HeaderLibraryFolders}</h2>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue