fix overrideNative option for vjs
resolves https://github.com/lbryio/lbry-desktop/issues/5323
This commit is contained in:
parent
21cbb64001
commit
bb3354581a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ const VIDEO_JS_OPTIONS: VideoJSOptions = {
|
|||
html5: {
|
||||
nativeControlsForTouch: IS_IOS,
|
||||
hls: {
|
||||
overrideNative: true,
|
||||
overrideNative: !videojs.browser.IS_ANY_SAFARI,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue