Bring AVPlayer back to tvOS

This commit is contained in:
Arkadiusz Fal
2022-08-20 23:05:40 +02:00
parent 78165442fe
commit e54d3b811e
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