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:
parent
5c9abe16ff
commit
2e3883df9c
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue