Remove old unneeded patch

This commit is contained in:
Arkadiusz Fal 2022-06-07 23:28:02 +02:00
parent 35fd392307
commit 92b420869d

View File

@ -275,19 +275,6 @@ struct VideoPlayerView: View {
PlayerControls(player: player, thumbnails: thumbnails)
}
#if os(iOS)
.onAppear {
// ugly patch for #78
guard player.activeBackend == .mpv else {
return
}
player.activeBackend = .appleAVPlayer
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
player.activeBackend = .mpv
}
}
#endif
}
var fullScreenLayout: Bool {