PiP improvements

This commit is contained in:
Arkadiusz Fal
2022-05-21 22:58:11 +02:00
parent 680fe915e1
commit 0b7e9f8c47
9 changed files with 30 additions and 15 deletions

View File

@@ -201,6 +201,8 @@ final class MPVBackend: PlayerBackend {
startControlsUpdates()
}
setRate(model.currentRate)
client?.play()
}