mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 14:55:26 +00:00
set soundcloud default kiosk
This commit is contained in:
committed by
Christian Schabesberger
parent
53058802e2
commit
0a7d42f58d
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user