mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Add share extension, rework bookmarks model
This commit is contained in:
@@ -28,7 +28,8 @@ extension PlayerModel {
|
||||
return
|
||||
}
|
||||
|
||||
playerAPI.video(id).load()
|
||||
playerAPI.video(id)
|
||||
.load()
|
||||
.onSuccess { [weak self] response in
|
||||
guard let self else { return }
|
||||
|
||||
|
Reference in New Issue
Block a user