mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 09:58:14 +00:00
Fix player instance setting (fix #260)
This commit is contained in:
@@ -13,7 +13,7 @@ extension PlayerModel {
|
||||
return
|
||||
}
|
||||
|
||||
accounts.api.video(id).load().onSuccess { [weak self] response in
|
||||
playerAPI.video(id).load().onSuccess { [weak self] response in
|
||||
guard let video: Video = response.typedContent() else {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user