diff --git a/src/components/playbackSettings/playbackSettings.js b/src/components/playbackSettings/playbackSettings.js index 166941cdf7..3cf27c0a82 100644 --- a/src/components/playbackSettings/playbackSettings.js +++ b/src/components/playbackSettings/playbackSettings.js @@ -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(); diff --git a/src/components/playbackSettings/playbackSettings.template.html b/src/components/playbackSettings/playbackSettings.template.html index 22109c5f59..bc708ee1ec 100644 --- a/src/components/playbackSettings/playbackSettings.template.html +++ b/src/components/playbackSettings/playbackSettings.template.html @@ -180,7 +180,7 @@
${EnableTrueHdHelp}
-
+