hardcoded songs on start rather than the entire suicidesheep channel
This commit is contained in:
parent
60128c5fa9
commit
c830fabc6f
1 changed files with 5 additions and 1 deletions
|
|
@ -856,7 +856,11 @@ export default Em.Component.extend(helperMixin, visualizerMixin, {
|
|||
|
||||
// demo tracks
|
||||
if(this.get('firstVisit')){
|
||||
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/tracks');
|
||||
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/candyland-speechless-feat-rkcb');
|
||||
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/andrew-luce-when-to-love-you-feat-chelsea-cutler');
|
||||
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/ahh-ooh-carefree-with-me');
|
||||
|
||||
|
||||
this.get('storage').set('huegasm.firstVisit', false);
|
||||
|
||||
this.sendAction();
|
||||
|
|
|
|||
Reference in a new issue