Minor tvOS fixes

This commit is contained in:
Arkadiusz Fal
2021-10-22 17:00:09 +02:00
parent 0e54cbcad0
commit bc065e282a
6 changed files with 25 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ final class PlayerViewController: UIViewController {
var playerQueueInfoViewController: UIHostingController<AnyView> {
let controller = UIHostingController(rootView:
AnyView(
NowPlayingView(infoViewController: true)
NowPlayingView(inInfoViewController: true)
.frame(maxHeight: 600)
.environmentObject(playerModel)
)