Discard chrome and safari on Tizen and webOS
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user