set soundcloud default kiosk

This commit is contained in:
Ritvik Saraf 2019-03-11 02:14:58 +05:30 committed by Christian Schabesberger
parent 53058802e2
commit 0a7d42f58d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}