This commit is contained in:
Arkadiusz Fal 2024-08-24 12:15:40 +02:00
parent 13d4a592bc
commit 1b1e95711a

View File

@ -92,7 +92,7 @@ final class PlayerViewController: UIViewController {
) -> UIHostingController<AnyView> { ) -> UIHostingController<AnyView> {
let controller = UIHostingController( let controller = UIHostingController(
rootView: rootView:
AnyView( AnyV/Users/arek/Developer/Yattee/Shared/Player/PlayerViewController.swift.iew(
NowPlayingView(sections: sections, inInfoViewController: true) NowPlayingView(sections: sections, inInfoViewController: true)
.frame(maxHeight: 600) .frame(maxHeight: 600)
.environmentObject(commentsModel) .environmentObject(commentsModel)