mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 19:38:13 +00:00
Initial PeerTube Support
This commit is contained in:
@@ -113,9 +113,9 @@ struct OpenURLHandler {
|
||||
Windows.main.open()
|
||||
#endif
|
||||
|
||||
player.videoBeingOpened = Video(videoID: id)
|
||||
player.videoBeingOpened = Video(app: accounts.current.app!, videoID: id)
|
||||
|
||||
player.playerAPI.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