Merge branch 'master' of github.com:TeamNewPipe/NewPipeExtractor

This commit is contained in:
Schabi 2017-12-29 01:13:05 +01:00
commit c5ce8ec906
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");