mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 15:45:46 -04:00
Fix iOS screen timeout on video playback
This commit is contained in:
parent
ac0c0609bb
commit
f265aa9991
@ -219,6 +219,7 @@ if (video_data.params.video_start > 0 || video_data.params.video_end > 0) {
|
||||
}
|
||||
|
||||
player.volume(video_data.params.volume / 100);
|
||||
player.muted(video_data.params.volume === 0);
|
||||
player.playbackRate(video_data.params.speed);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user