1
0
Fork 0
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:
nyanmisaka 2024-03-19 17:40:13 +08:00
parent 2ea1599e94
commit 6875f28c36

View file

@ -68,7 +68,7 @@ function canPlayNativeHls() {
}
function canPlayNativeHlsInFmp4() {
if (browser.tizenVersion >= 3 || browser.web0sVersion >= 3.5) {
if (browser.tizenVersion >= 5 || browser.web0sVersion >= 3.5) {
return true;
}