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

@@ -99,6 +99,9 @@ struct QualityProfileForm: View {
Section(header: Text("Resolution")) {
qualityButton
}
Section(header: Text("Backend")) {
backendPicker
}
#else
backendPicker
qualityPicker
@@ -147,7 +150,7 @@ struct QualityProfileForm: View {
}
#else
return picker
picker
#endif
}
@@ -191,7 +194,7 @@ struct QualityProfileForm: View {
}
#else
return picker
picker
#endif
}