mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Testing issues where SC_player not initialized correctly
This commit is contained in:
@@ -636,7 +636,7 @@ var List = {
|
||||
});
|
||||
} else if(thisSong == undefined) {
|
||||
if(full_playlist.length > 0) {
|
||||
List.exportToSoundCloud(full_playlist[0], 1);
|
||||
List.exportToSoundCloud(full_playlist[0], 0);
|
||||
}
|
||||
} else if(thisSong != undefined && i != undefined) {
|
||||
var isFound = false;
|
||||
|
||||
Reference in New Issue
Block a user