jellyfin-web/dashboard-ui/components/libraryoptionseditor/libraryoptionseditor.template.html
2016-08-13 02:33:31 -04:00

9 lines
392 B
HTML

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