mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Initial PeerTube Support
This commit is contained in:
@@ -42,7 +42,7 @@ final class CommentsModel: ObservableObject {
|
||||
|
||||
firstPage = page.isNil || page!.isEmpty
|
||||
|
||||
player.playerAPI.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