mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 06:10:33 +05:30
set soundcloud default kiosk
This commit is contained in:
parent
aa4f03a385
commit
cb30b336ab
@ -95,6 +95,7 @@ public class SoundcloudService extends StreamingService {
|
|||||||
try {
|
try {
|
||||||
list.addKioskEntry(chartsFactory, h, "Top 50");
|
list.addKioskEntry(chartsFactory, h, "Top 50");
|
||||||
list.addKioskEntry(chartsFactory, h, "New & hot");
|
list.addKioskEntry(chartsFactory, h, "New & hot");
|
||||||
|
list.setDefaultKiosk("New & hot");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new ExtractionException(e);
|
throw new ExtractionException(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user