Skip to content

Commit a20338e

Browse files
evermind-zzInfinityLoop1308
authored andcommitted
bandcamp: remove limit page.size as statement seems no longer true
Without that code the search results will complete and the gui will not spin forever.
1 parent 92b199d commit a20338e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampSearchExtractor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ public InfoItemsPage<InfoItem> getPage(final Page page)
9898
}
9999
}
100100

101-
// Search results appear to be capped at six pages
102-
assert pages.size() < 10;
103-
104101
String nextUrl = null;
105102
if (currentPage < pages.size()) {
106103
nextUrl = page.getUrl().substring(0, page.getUrl().length() - 1) + (currentPage + 1);

0 commit comments

Comments
 (0)