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);
|
console.log(thisSong, i);
|
||||||
if(i >= full_playlist.length) {
|
if(i >= full_playlist.length) {
|
||||||
console.log(result, List.found, List.not_found);
|
console.log(result, List.found, List.not_found);
|
||||||
List.found = [];
|
//List.found = [];
|
||||||
List.not_found = [];
|
//List.not_found = [];
|
||||||
SC_player.post('/playlists', {
|
SC_player.post('/playlists', {
|
||||||
playlist: {
|
playlist: {
|
||||||
title: decodeURIComponent(channel.toLowerCase()) + ' - Zoff',
|
title: "zoff_list",
|
||||||
tracks: List.found,
|
tracks: List.found,
|
||||||
}
|
}
|
||||||
}).then(function(result) {
|
}).then(function(result) {
|
||||||
|
|||||||
Reference in New Issue
Block a user