1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Discard chrome and safari on Tizen and webOS

This commit is contained in:
Dmitry Lyzo 2024-09-16 20:24:34 +03:00
parent 0ae080a150
commit 393db341a6
2 changed files with 9 additions and 4 deletions

View file

@ -142,7 +142,7 @@ export class UserSettings {
}
// Enable it by default only for the platforms that play fMP4 for sure.
return toBoolean(this.get('preferFmp4HlsContainer', false), browser.safari || browser.firefox || (browser.chrome && !browser.web0s && !browser.tizen) || browser.edgeChromium);
return toBoolean(this.get('preferFmp4HlsContainer', false), browser.safari || browser.firefox || browser.chrome || browser.edgeChromium);
}
/**