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:13 +00:00 committed by GitHub
parent 5c9abe16ff
commit 2e3883df9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ 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.
// Show hls segment length setting for webOS only, as the setting only aims to fix an issue on that platform.
if (browser.web0s) {
context.querySelector('.fldLimitSegmentLength').classList.remove('hide');
}