mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix DASH playback bug.
This commit is contained in:
parent
c7e65ce795
commit
3046350cb2
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ var options = {
|
||||||
'playbackRateMenuButton',
|
'playbackRateMenuButton',
|
||||||
'fullscreenToggle'
|
'fullscreenToggle'
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
html5: {
|
||||||
|
hls: {
|
||||||
|
overrideNative: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue