Add share extension, rework bookmarks model

This commit is contained in:
Arkadiusz Fal
2022-11-11 12:27:37 +01:00
parent 973596f56c
commit 38454720de
13 changed files with 339 additions and 121 deletions

View File

@@ -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 }