Skip to content

Commit 8a7cc39

Browse files
committed
Fix isCommentsDisabled to allow live chat
1 parent b782992 commit 8a7cc39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ private InfoItemsPage<CommentsInfoItem> extractLiveChatComments(
498498

499499
@Override
500500
public boolean isCommentsDisabled() {
501-
return commentsDisabled && liveChatContinuation == null;
501+
return commentsDisabled && !isLiveChat();
502502
}
503503

504504
@Override

0 commit comments

Comments
 (0)