mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Looping through whole list
This commit is contained in:
@@ -608,7 +608,7 @@ var List = {
|
||||
|
||||
exportToSoundCloud: function(thisSong, i) {
|
||||
console.log(thisSong, i);
|
||||
if(i >= full_playlist.length) {
|
||||
if(i > full_playlist.length) {
|
||||
console.log(result, List.found, List.not_found);
|
||||
List.found = [];
|
||||
List.not_found = [];
|
||||
|
||||
Reference in New Issue
Block a user