mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-29 07:58:35 +00: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.volume(video_data.params.volume / 100);
|
||||||
|
player.muted(video_data.params.volume === 0);
|
||||||
player.playbackRate(video_data.params.speed);
|
player.playbackRate(video_data.params.speed);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user