1
0
Fork 0
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:
Patrick Davis 2025-02-17 14:00:33 +00:00
parent dca5e1c88c
commit e3ae5d3632

View file

@ -96,14 +96,6 @@
<div class="fieldDescription checkboxFieldDescription">${PreferFmp4HlsContainerHelp}</div> <div class="fieldDescription checkboxFieldDescription">${PreferFmp4HlsContainerHelp}</div>
</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"> <div class="checkboxContainer checkboxContainer-withDescription cinemaModeOptions">
<label> <label>
<input type="checkbox" is="emby-checkbox" class="chkEnableCinemaMode" /> <input type="checkbox" is="emby-checkbox" class="chkEnableCinemaMode" />
@ -198,6 +190,14 @@
<div class="fieldDescription checkboxFieldDescription">${EnableHi10pHelp}</div> <div class="fieldDescription checkboxFieldDescription">${EnableHi10pHelp}</div>
</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"> <div class="selectContainer">
<select is="emby-select" id="selectPreferredTranscodeVideoCodec" label="${LabelSelectPreferredTranscodeVideoCodec}"> <select is="emby-select" id="selectPreferredTranscodeVideoCodec" label="${LabelSelectPreferredTranscodeVideoCodec}">
<option value="">${Auto}</option> <option value="">${Auto}</option>