Skip to content

Commit 7ed0da0

Browse files
committed
more testing
1 parent 6a0341d commit 7ed0da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private static CommentsInfo getInfo(CommentsExtractor commentsExtractor) throws
4545
commentsInfo.getComments().addAll(initialCommentsPage.getItems());
4646
//tmp
4747
commentsInfo.setRelatedItems(initialCommentsPage.getItems());
48-
commentsInfo.setNextCommentsPageUrl(initialCommentsPage.getNextPageUrl());
48+
commentsInfo.setNextPageUrl(initialCommentsPage.getNextPageUrl());
4949

5050
commentsInfo.setHasMoreComments(initialCommentsPage.hasNextPage());
5151
commentsInfo.setNextCommentsPageUrl(initialCommentsPage.getNextPageUrl());

0 commit comments

Comments
 (0)