mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
VideoJS: Don't override native player on Safari
This commit is contained in:
@@ -25,7 +25,7 @@ var options = {
|
||||
html5: {
|
||||
preloadTextTracks: false,
|
||||
vhs: {
|
||||
overrideNative: true
|
||||
overrideNative: !videojs.browser.IS_ANY_SAFARI
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user