mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-05 08:50:29 +01:00
Merge pull request #1679 from Rjevski/videojs-dash-safari-bug-workaround
Fix DASH playback bug in Safari
This commit is contained in:
commit
5f18799d8f
@ -19,6 +19,11 @@ var options = {
|
||||
'playbackRateMenuButton',
|
||||
'fullscreenToggle'
|
||||
]
|
||||
},
|
||||
html5: {
|
||||
hls: {
|
||||
overrideNative: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user