Skip to content

Commit

Permalink
Update hardcoded SoundCloud client_id
Browse files Browse the repository at this point in the history
Hah! I got here first, @TobiGr!
  • Loading branch information
opusforlife2 authored Nov 4, 2021
1 parent 7e7b78f commit cb80a64
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

2 comments on commit cb80a64

@TobiGr
Copy link
Contributor

@TobiGr TobiGr commented on cb80a64 Nov 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opus first, Tobi second. That's something, I can agree on :)
But who's going to be third?

@opusforlife2
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, @mhmdanas was going to be first, but I beat him. So you're technically third. :P

Please sign in to comment.