Trying with another name for the list

This commit is contained in:
Kasper Rynning-Tønnesen
2018-10-23 12:53:52 +02:00
parent 57674c17e7
commit a6e49995e6

View File

@@ -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) {