Fix iOS screen timeout on video playback

This commit is contained in:
Ming Kin Choi 2023-08-27 10:57:46 +08:00 committed by GitHub
parent ac0c0609bb
commit f265aa9991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
/**