mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying with another name for the list
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user