VideoJS: Don't override native player on Safari

This commit is contained in:
syeopite 2024-02-18 17:55:31 -08:00
parent fea391ddf1
commit 122c8598ba
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var options = {
html5: {
preloadTextTracks: false,
vhs: {
overrideNative: true
overrideNative: !videojs.browser.IS_ANY_SAFARI
}
}
};