Minor performance improvement

This commit is contained in:
Arkadiusz Fal
2023-05-16 18:51:07 +02:00
parent 7972498f2c
commit 5d8e8483d1
3 changed files with 16 additions and 8 deletions

View File

@@ -222,7 +222,9 @@ final class MPVBackend: PlayerBackend {
func playStream(_ stream: Stream, of video: Video, preservingTime: Bool, upgrading: Bool) {
#if !os(macOS)
if model.presentingPlayer {
UIApplication.shared.isIdleTimerDisabled = true
DispatchQueue.main.async {
UIApplication.shared.isIdleTimerDisabled = true
}
}
#endif