Bring AVPlayer back to tvOS

This commit is contained in:
Arkadiusz Fal
2022-08-20 23:05:40 +02:00
parent 48e616b301
commit ae9b23b9e7
16 changed files with 245 additions and 197 deletions

View File

@@ -252,7 +252,9 @@ struct VideoPlayerView: View {
ZStack {
player.playerBackendView
tvControls
if player.activeBackend == .mpv {
tvControls
}
}
.ignoresSafeArea()
#else