mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Relocate new setting to 'video advanced' heading instead of 'advanced'
This commit is contained in:
parent
dca5e1c88c
commit
e3ae5d3632
1 changed files with 8 additions and 8 deletions
|
@ -96,14 +96,6 @@
|
|||
<div class="fieldDescription checkboxFieldDescription">${PreferFmp4HlsContainerHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkLimitSegmentLength" />
|
||||
<span>${LimitSegmentLength}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LimitSegmentLengthHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription cinemaModeOptions">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkEnableCinemaMode" />
|
||||
|
@ -198,6 +190,14 @@
|
|||
<div class="fieldDescription checkboxFieldDescription">${EnableHi10pHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkLimitSegmentLength" />
|
||||
<span>${LimitSegmentLength}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LimitSegmentLengthHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectPreferredTranscodeVideoCodec" label="${LabelSelectPreferredTranscodeVideoCodec}">
|
||||
<option value="">${Auto}</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue