mirror of https://github.com/iv-org/invidious.git
VideoJS: Don't override native player on Safari
This commit is contained in:
parent
fea391ddf1
commit
122c8598ba
|
@ -25,7 +25,7 @@ var options = {
|
|||
html5: {
|
||||
preloadTextTracks: false,
|
||||
vhs: {
|
||||
overrideNative: true
|
||||
overrideNative: !videojs.browser.IS_ANY_SAFARI
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue