From 2b020ad4c2026f5676c6a8c76400b4a8105ce54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 23 Oct 2018 12:48:01 +0200 Subject: [PATCH] Looping through whole list --- server/public/assets/js/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/public/assets/js/list.js b/server/public/assets/js/list.js index 299c8e0e..df6d637d 100755 --- a/server/public/assets/js/list.js +++ b/server/public/assets/js/list.js @@ -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 = [];