From 5c9abe16fff4d6972eda86a480ac5cea7ab05f06 Mon Sep 17 00:00:00 2001 From: Pat <54077094+patrickd77-eng@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:43:02 +0000 Subject: [PATCH] Update src/components/playbackSettings/playbackSettings.js Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/components/playbackSettings/playbackSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/playbackSettings/playbackSettings.js b/src/components/playbackSettings/playbackSettings.js index 88ebef2f71..8a1493f005 100644 --- a/src/components/playbackSettings/playbackSettings.js +++ b/src/components/playbackSettings/playbackSettings.js @@ -191,7 +191,7 @@ function loadForm(context, user, userSettings, systemInfo, apiClient) { } //Show hls segment length setting for Web0s only, as the setting only aims to fix an issue on that platform. - if (browser.isWeb0s) { + if (browser.web0s) { context.querySelector('.fldLimitSegmentLength').classList.remove('hide'); }