Fix stream state

This commit is contained in:
Arkadiusz Fal
2021-10-14 00:10:29 +02:00
parent 2c275d9353
commit a68d89cb6f
5 changed files with 12 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ struct Player: NSViewControllerRepresentable {
let controller = PlayerViewController()
controller.playerModel = player
player.controller = controller
return controller
}