mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix displaying secondary subtitles on Tizen 5
This commit is contained in:
parent
3311a1407f
commit
be324cca22
1 changed files with 2 additions and 1 deletions
|
@ -1355,7 +1355,8 @@ export class HtmlVideoPlayer {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (browser.web0s) {
|
// Tizen 5 doesn't support displaying secondary subtitles
|
||||||
|
if (browser.tizenVersion >= 5 || browser.web0s) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue