mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-21 10:49:02 -05:00
Merge 875d8e7e41b58cce007cd3cc5fa8d615815c593a into 1ae0f45b0e5dca696986925a06ef4f4b4f43894b
This commit is contained in:
commit
98b708340f
@ -5,6 +5,7 @@ var video_data = JSON.parse(document.getElementById('video_data').textContent);
|
|||||||
var options = {
|
var options = {
|
||||||
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],
|
||||||
|
persistTextTrackSettings: true,
|
||||||
controlBar: {
|
controlBar: {
|
||||||
children: [
|
children: [
|
||||||
'playToggle',
|
'playToggle',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user