mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Increase the minimum version of Tizen that supports native fMP4 to 5
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
2ea1599e94
commit
6875f28c36
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function canPlayNativeHls() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function canPlayNativeHlsInFmp4() {
|
function canPlayNativeHlsInFmp4() {
|
||||||
if (browser.tizenVersion >= 3 || browser.web0sVersion >= 3.5) {
|
if (browser.tizenVersion >= 5 || browser.web0sVersion >= 3.5) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue