Fix player instance setting (fix #260)

This commit is contained in:
Arkadiusz Fal
2022-08-16 23:16:35 +02:00
parent 30889619fd
commit 3a508b98ab
10 changed files with 42 additions and 25 deletions

View File

@@ -101,7 +101,7 @@ struct OpenURLHandler {
Windows.main.open()
#endif
accounts.api.video(id)
player.playerAPI.video(id)
.load()
.onSuccess { response in
if let video: Video = response.typedContent() {