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);
|
||||
|
||||
if (browser.safari) {
|
||||
context.querySelector('.enableHi10pSection').classList.remove('hide');
|
||||
context.querySelector('.fldEnableHi10p').classList.remove('hide');
|
||||
}
|
||||
|
||||
context.querySelector('#selectAllowedAudioChannels').value = userSettings.allowedAudioChannels();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue