mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-21 10:49:02 -05:00
Persist caption settings
This commit is contained in:
parent
1ae0f45b0e
commit
875d8e7e41
@ -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