Merge pull request #146 from yausername/soundcloudDefaultKiosk

set soundcloud default kiosk
This commit is contained in:
Christian Schabesberger 2019-03-10 22:28:29 +01:00 committed by GitHub
commit 5f44031ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}