Fix 'New & hot' chart (#55)

This commit is contained in:
wb9688 2017-12-24 23:15:40 +01:00 committed by TheAssassin
parent 2d191c4ca7
commit eae7504526
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class SoundcloudChartsExtractor extends KioskExtractor {
if (getId().equals("Top 50")) {
apiUrl += "&kind=top";
} else {
apiUrl += "&kind=new";
apiUrl += "&kind=trending";
}
List<String> supportedCountries = Arrays.asList("AU", "CA", "FR", "DE", "IE", "NL", "NZ", "GB", "US");