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

Update src/components/playbackSettings/playbackSettings.js

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Pat 2025-02-17 15:43:02 +00:00 committed by GitHub
parent d46b7f256c
commit 5c9abe16ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');
}