Skip to content

Commit

Permalink
fix(soundcloud): Update client id
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Dec 6, 2019
1 parent ef542fa commit 889bc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music/models/soundcloud/SoundCloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MusicPlatform } from '../MusicPlatform';
import { SoundcloudMusicItem } from './SoundCloudMusicItem';
import { SoundcloudResponse } from './types';

const SOUNDCLOUD_CLIENT_ID = 'z7npDMrLmgiW4wc8pPCQkkUUtRQkWZOF';
const SOUNDCLOUD_CLIENT_ID = 'Vu5tlmvC9eCLFZkxXG32N1yQMfDSAPAA';

export class Soundcloud extends MusicPlatform {
public supportsRewind: boolean = true;
Expand Down

0 comments on commit 889bc70

Please sign in to comment.