set soundcloud default kiosk
This commit is contained in:
parent
aa4f03a385
commit
cb30b336ab
|
@ -95,6 +95,7 @@ public class SoundcloudService extends StreamingService {
|
|||
try {
|
||||
list.addKioskEntry(chartsFactory, h, "Top 50");
|
||||
list.addKioskEntry(chartsFactory, h, "New & hot");
|
||||
list.setDefaultKiosk("New & hot");
|
||||
} catch (Exception e) {
|
||||
throw new ExtractionException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue