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