Skip to content

Commit

Permalink
Update the hardcoded client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
AudricV committed May 15, 2021
1 parent 5e53225 commit 4815ccf
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 =
"NcIaRZItQCNQp3Vq9Plvzf7tvjmVJnF6"; // Updated on 26/04/21
"TT9Uj7PkasKPYxBlhLNxg2nFm9cLcKmv"; // Updated on 15/05/21
private static String clientId;
public static final String SOUNDCLOUD_API_V2_URL = "https://api-v2.soundcloud.com/";

Expand Down

0 comments on commit 4815ccf

Please sign in to comment.