diff --git a/src/components/playbackSettings/playbackSettings.js b/src/components/playbackSettings/playbackSettings.js index 3f69cd4845..88ebef2f71 100644 --- a/src/components/playbackSettings/playbackSettings.js +++ b/src/components/playbackSettings/playbackSettings.js @@ -190,6 +190,11 @@ function loadForm(context, user, userSettings, systemInfo, apiClient) { context.querySelector('.fldEnableHi10p').classList.remove('hide'); } + //Show hls segment length setting for Web0s only, as the setting only aims to fix an issue on that platform. + if (browser.isWeb0s) { + context.querySelector('.fldLimitSegmentLength').classList.remove('hide'); + } + context.querySelector('#selectAllowedAudioChannels').value = userSettings.allowedAudioChannels(); apiClient.getCultures().then(allCultures => { diff --git a/src/components/playbackSettings/playbackSettings.template.html b/src/components/playbackSettings/playbackSettings.template.html index a05244140c..2bd2026df7 100644 --- a/src/components/playbackSettings/playbackSettings.template.html +++ b/src/components/playbackSettings/playbackSettings.template.html @@ -190,7 +190,7 @@