mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 02:18:17 +00:00
Fix crashes
This commit is contained in:
@@ -42,7 +42,7 @@ final class CommentsModel: ObservableObject {
|
||||
|
||||
firstPage = page.isNil || page!.isEmpty
|
||||
|
||||
player.playerAPI(video).comments(video.videoID, page: page)?
|
||||
player.playerAPI(video)?.comments(video.videoID, page: page)?
|
||||
.load()
|
||||
.onSuccess { [weak self] response in
|
||||
if let page: CommentsPage = response.typedContent() {
|
||||
|
Reference in New Issue
Block a user