Skip to content

Commit

Permalink
[SoundCloud] Fix hardcoded client id
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Jul 28, 2021
1 parent ada67d1 commit 785ff4a
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 785ff4a

Please sign in to comment.