Looping through whole list

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-23 12:48:01 +02:00
parent 2f62b40ce4
commit 2b020ad4c2

View File

@@ -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 = [];