Skip to content

Commit

Permalink
[SoundcloudBridge] Update API key (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roliga authored and teromene committed Mar 12, 2019
1 parent 1ac66b3 commit 326a707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/SoundcloudBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SoundCloudBridge extends BridgeAbstract {
)
));

const CLIENT_ID = '4jkoEFmZEDaqjwJ9Eih4ATNhcH3vMVfp';
const CLIENT_ID = 'W0KEWWILAjDiRH89X0jpwzuq6rbSK08R';

public function collectData(){

Expand Down

0 comments on commit 326a707

Please sign in to comment.