Merge 875d8e7e41b58cce007cd3cc5fa8d615815c593a into 1ae0f45b0e5dca696986925a06ef4f4b4f43894b

This commit is contained in:
Eugene Pakhomov 2025-08-13 11:42:08 +00:00 committed by GitHub
commit 98b708340f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',