mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 01:01:57 +01:00
VideoJS: Don't override native player on Safari
This commit is contained in:
parent
1d4fb9647b
commit
595d2991f4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ var options = {
|
|||
html5: {
|
||||
preloadTextTracks: false,
|
||||
vhs: {
|
||||
overrideNative: true
|
||||
overrideNative: !videojs.browser.IS_ANY_SAFARI
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue