mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add options to library setup
This commit is contained in:
parent
d28cb2cc7e
commit
1895de9249
8 changed files with 94 additions and 45 deletions
|
@ -0,0 +1,8 @@
|
|||
<h1>${HeaderSettings}</h1>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription chkArhiveAsMediaContainer">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkArhiveAsMedia" />
|
||||
<span>${OptionDetectArchiveFilesAsMedia}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${OptionDetectArchiveFilesAsMediaHelp}</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue