Don't switch to MPV after closing PiP

This commit is contained in:
Arkadiusz Fal
2022-08-19 00:38:09 +02:00
parent fa76f726c5
commit eeda7a5c6e
4 changed files with 0 additions and 17 deletions

View File

@@ -132,10 +132,6 @@ final class PlayerControlsModel: ObservableObject {
}
func startPiP(startImmediately: Bool = true) {
if player.activeBackend == .mpv {
player.avPlayerBackend.switchToMPVOnPipClose = true
}
#if !os(macOS)
player.exitFullScreen()
#endif