Browse Source

Changed the API key used for SoundCloud bridge. Should fix #599

teromene 6 years ago
parent
commit
0620f30ae0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bridges/SoundcloudBridge.php

+ 1 - 1
bridges/SoundcloudBridge.php

@@ -14,7 +14,7 @@ class SoundCloudBridge extends BridgeAbstract {
 		)
 	));
 
-	const CLIENT_ID = '0aca19eae3843844e4053c6d8fdb7875';
+	const CLIENT_ID = '4jkoEFmZEDaqjwJ9Eih4ATNhcH3vMVfp';
 
 	public function collectData(){