Skip to content

Commit 5f44031

Browse files
authored
Merge pull request #146 from yausername/soundcloudDefaultKiosk
set soundcloud default kiosk
2 parents aa4f03a + cb30b33 commit 5f44031

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public KioskExtractor createNewKiosk(StreamingService streamingService,
9595
try {
9696
list.addKioskEntry(chartsFactory, h, "Top 50");
9797
list.addKioskEntry(chartsFactory, h, "New & hot");
98+
list.setDefaultKiosk("New & hot");
9899
} catch (Exception e) {
99100
throw new ExtractionException(e);
100101
}

0 commit comments

Comments
 (0)