hardcoded songs on start rather than the entire suicidesheep channel

This commit is contained in:
Egor 2015-12-16 09:21:09 -08:00
parent 7e056440aa
commit 8e6c82aeae

View file

@ -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();