mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-14 04:08:23 +00:00
fix bug videojs-quality-selector bug
This commit is contained in:
parent
38110fe770
commit
2484619eca
@ -6,6 +6,7 @@ var options = {
|
|||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
liveui: true,
|
liveui: true,
|
||||||
playbackRates: [0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0],
|
playbackRates: [0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0],
|
||||||
|
enableSourceset: false,
|
||||||
controlBar: {
|
controlBar: {
|
||||||
children: [
|
children: [
|
||||||
'playToggle',
|
'playToggle',
|
||||||
|
Loading…
Reference in New Issue
Block a user