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
d46b7f256c
commit
5c9abe16ff
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
//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');
|
context.querySelector('.fldLimitSegmentLength').classList.remove('hide');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue