mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Correct soundcloud-player reference
This commit is contained in:
@@ -607,6 +607,7 @@ var List = {
|
||||
},
|
||||
|
||||
exportToSoundCloud: function(thisSong, i) {
|
||||
console.log(thisSong, i);
|
||||
if(thisSong == undefined) {
|
||||
if(full_playlist.length > 0) {
|
||||
List.exportToSoundCloud(full_playlist[0], 1);
|
||||
|
||||
Reference in New Issue
Block a user