mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Remove old unneeded patch
This commit is contained in:
parent
35fd392307
commit
92b420869d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user