Skip to content

Commit

Permalink
Merge pull request #692 from TeamNewPipe/fix/sc/id
Browse files Browse the repository at this point in the history
[SoundCloud] Fix hardcoded client id
  • Loading branch information
TobiGr authored Jul 28, 2021
2 parents 394c02a + 785ff4a commit 14c179f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

public class SoundcloudParsingHelper {
private static final String HARDCODED_CLIENT_ID =
"PMAVSQ46tClLDGzoNT3kfsNW6lrhXo05"; // Updated on 18/06/21
"J41ecb12ms24jgRjAzb3mrxo4nuRgXgu"; // Updated on 28/07/21
private static String clientId;
public static final String SOUNDCLOUD_API_V2_URL = "https://api-v2.soundcloud.com/";

Expand Down

0 comments on commit 14c179f

Please sign in to comment.