mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5289 from nyanmisaka/enable-fmp4-hls-by-default
This commit is contained in:
commit
56b9096db7
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue