X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fshared%2Fcomment%2Fvideo-comments.component.ts;h=8e556c58f6ef3bb88a4b9fabec4df99d00d1a4f4;hb=7c07259ae5c7b636d52b8ec103a19d31c2f5b755;hp=17e0af3bc91797a1468683cbaf9e816ac523a338;hpb=978489b64c7b329cbfde5ffd7fe806702a3490c7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts index 17e0af3bc..8e556c58f 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts @@ -78,7 +78,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy { this.threadLoading[commentId] = true const params = { - videoId: this.video.id, + videoId: this.video.uuid, threadId: commentId } @@ -110,7 +110,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy { loadMoreThreads () { const params = { - videoId: this.video.id, + videoId: this.video.uuid, componentPagination: this.componentPagination, sort: this.sort }