Skip to content

Commit a75137b

Browse files
committed
Remove unnecessary check
1 parent a693c0d commit a75137b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractor.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@ public NextItemsResult getNextStreams() throws IOException, ExtractionException
176176
throw new ExtractionException("Channel doesn't have more streams");
177177
}
178178

179-
if (!isPageFetched()) {
180-
fetchPage();
181-
}
179+
fetchPage();
182180

183181
StreamInfoItemCollector collector = new StreamInfoItemCollector(getServiceId());
184182

0 commit comments

Comments
 (0)