Skip to content

Commit c5ce8ec

Browse files
committed
Merge branch 'master' of github.com:TeamNewPipe/NewPipeExtractor
2 parents 33bd9d9 + eae7504 commit c5ce8ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudChartsExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public StreamInfoItemCollector getStreams() throws IOException, ExtractionExcept
6363
if (getId().equals("Top 50")) {
6464
apiUrl += "&kind=top";
6565
} else {
66-
apiUrl += "&kind=new";
66+
apiUrl += "&kind=trending";
6767
}
6868

6969
List<String> supportedCountries = Arrays.asList("AU", "CA", "FR", "DE", "IE", "NL", "NZ", "GB", "US");

0 commit comments

Comments
 (0)