We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0341d commit 7ed0da0Copy full SHA for 7ed0da0
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfo.java
@@ -45,7 +45,7 @@ private static CommentsInfo getInfo(CommentsExtractor commentsExtractor) throws
45
commentsInfo.getComments().addAll(initialCommentsPage.getItems());
46
//tmp
47
commentsInfo.setRelatedItems(initialCommentsPage.getItems());
48
- commentsInfo.setNextCommentsPageUrl(initialCommentsPage.getNextPageUrl());
+ commentsInfo.setNextPageUrl(initialCommentsPage.getNextPageUrl());
49
50
commentsInfo.setHasMoreComments(initialCommentsPage.hasNextPage());
51
commentsInfo.setNextCommentsPageUrl(initialCommentsPage.getNextPageUrl());
0 commit comments