mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Minor fixes
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user