Minor fixes

This commit is contained in:
Arkadiusz Fal
2022-12-18 13:39:39 +01:00
parent ba1ec7c559
commit af85c67163
7 changed files with 17 additions and 6 deletions

View File

@@ -101,7 +101,9 @@ struct OpenURLHandler {
player.videoBeingOpened = Video(app: accounts.current.app!, videoID: id)
player.playerAPI(player.videoBeingOpened!).video(id)
player
.playerAPI(player.videoBeingOpened!)
.video(id)
.load()
.onSuccess { response in
if let video: Video = response.typedContent() {