1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

use fldEnableHi10p

This commit is contained in:
gnattu 2024-08-10 21:52:16 +08:00
parent fbc9719120
commit dec593d37e
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ function loadForm(context, user, userSettings, systemInfo, apiClient) {
showHideQualityFields(context, user, apiClient);
if (browser.safari) {
context.querySelector('.enableHi10pSection').classList.remove('hide');
context.querySelector('.fldEnableHi10p').classList.remove('hide');
}
context.querySelector('#selectAllowedAudioChannels').value = userSettings.allowedAudioChannels();

View file

@ -180,7 +180,7 @@
<div class="fieldDescription checkboxFieldDescription">${EnableTrueHdHelp}</div>
</div>
<div class="enableHi10pSection checkboxContainer checkboxContainer-withDescription fldEnableDts hide">
<div class="checkboxContainer checkboxContainer-withDescription fldEnableHi10p hide">
<label>
<input type="checkbox" is="emby-checkbox" class="chkEnableHi10p" />
<span>${EnableHi10p}</span>