From a6e49995e690e62d2e1cab9dde9f01bf1bc7a1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 23 Oct 2018 12:53:52 +0200 Subject: [PATCH] Trying with another name for the list --- server/public/assets/js/list.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/public/assets/js/list.js b/server/public/assets/js/list.js index 2e801fdf..52ee53fe 100755 --- a/server/public/assets/js/list.js +++ b/server/public/assets/js/list.js @@ -610,11 +610,11 @@ var List = { console.log(thisSong, i); if(i >= full_playlist.length) { console.log(result, List.found, List.not_found); - List.found = []; - List.not_found = []; + //List.found = []; + //List.not_found = []; SC_player.post('/playlists', { playlist: { - title: decodeURIComponent(channel.toLowerCase()) + ' - Zoff', + title: "zoff_list", tracks: List.found, } }).then(function(result) {