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:
parent
0ae080a150
commit
393db341a6
2 changed files with 9 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue