Skip to content

Commit

Permalink
Merge pull request #745 from TeamNewPipe/update_SC_hardcoded_client_id
Browse files Browse the repository at this point in the history
Update hardcoded SoundCloud client_id
  • Loading branch information
B0pol authored Nov 4, 2021
2 parents 7e7b78f + cb80a64 commit 8e4f999
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 =
"yoxLvaFlJ3V5LbNCt53Cwvw5KXKKxWfn"; // Updated on 01/10/21
"nGKlrpy2IotLQ0QGwBOmIgSFayis6H4e"; // Updated on 04/11/21
private static String clientId;
public static final String SOUNDCLOUD_API_V2_URL = "https://api-v2.soundcloud.com/";

Expand Down

0 comments on commit 8e4f999

Please sign in to comment.