mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use fldEnableHi10p
This commit is contained in:
parent
fbc9719120
commit
dec593d37e
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ function loadForm(context, user, userSettings, systemInfo, apiClient) {
|
||||||
showHideQualityFields(context, user, apiClient);
|
showHideQualityFields(context, user, apiClient);
|
||||||
|
|
||||||
if (browser.safari) {
|
if (browser.safari) {
|
||||||
context.querySelector('.enableHi10pSection').classList.remove('hide');
|
context.querySelector('.fldEnableHi10p').classList.remove('hide');
|
||||||
}
|
}
|
||||||
|
|
||||||
context.querySelector('#selectAllowedAudioChannels').value = userSettings.allowedAudioChannels();
|
context.querySelector('#selectAllowedAudioChannels').value = userSettings.allowedAudioChannels();
|
||||||
|
|
|
@ -180,7 +180,7 @@
|
||||||
<div class="fieldDescription checkboxFieldDescription">${EnableTrueHdHelp}</div>
|
<div class="fieldDescription checkboxFieldDescription">${EnableTrueHdHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="enableHi10pSection checkboxContainer checkboxContainer-withDescription fldEnableDts hide">
|
<div class="checkboxContainer checkboxContainer-withDescription fldEnableHi10p hide">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" is="emby-checkbox" class="chkEnableHi10p" />
|
<input type="checkbox" is="emby-checkbox" class="chkEnableHi10p" />
|
||||||
<span>${EnableHi10p}</span>
|
<span>${EnableHi10p}</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue