mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move Normalization to AudioAdvanced Section
This commit is contained in:
parent
e810ec3cd9
commit
f6efaaf379
1 changed files with 9 additions and 9 deletions
|
@ -88,15 +88,6 @@
|
||||||
${TabAdvanced}
|
${TabAdvanced}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div class="selectContainer">
|
|
||||||
<select is="emby-select" id="selectAudioNormalization" label="${LabelSelectAudioNormalization}">
|
|
||||||
<option value="Off">${Off}</option>
|
|
||||||
<option value="TrackGain">${LabelTrackGain}</option>
|
|
||||||
<option value="AlbumGain">${LabelAlbumGain}</option>
|
|
||||||
</select>
|
|
||||||
<div class="fieldDescription">${SelectAudioNormalizationHelp}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkPreferFmp4HlsContainer" />
|
<input type="checkbox" is="emby-checkbox" class="chkPreferFmp4HlsContainer" />
|
||||||
|
@ -225,6 +216,15 @@
|
||||||
${HeaderAudioAdvanced}
|
${HeaderAudioAdvanced}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
<div class="selectContainer">
|
||||||
|
<select is="emby-select" id="selectAudioNormalization" label="${LabelSelectAudioNormalization}">
|
||||||
|
<option value="Off">${Off}</option>
|
||||||
|
<option value="TrackGain">${LabelTrackGain}</option>
|
||||||
|
<option value="AlbumGain">${LabelAlbumGain}</option>
|
||||||
|
</select>
|
||||||
|
<div class="fieldDescription">${SelectAudioNormalizationHelp}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkAlwaysRemuxFlac" />
|
<input type="checkbox" is="emby-checkbox" class="chkAlwaysRemuxFlac" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue