fix oops
This commit is contained in:
parent
2114afd61a
commit
ba8c7797b3
@ -53,7 +53,7 @@ async function readSelection() {
|
|||||||
await spotifyApi.addTracksToPlaylist(playlistId, uris);
|
await spotifyApi.addTracksToPlaylist(playlistId, uris);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(operation === 'create' ? 'Created a playlist with' : 'Added', total.length, 'tracks');
|
console.log(operation === 'create' ? 'Created a playlist with' : 'Added', total, 'tracks');
|
||||||
}
|
}
|
||||||
|
|
||||||
readSelection().catch(console.error);
|
readSelection().catch(console.error);
|
||||||
|
Loading…
Reference in New Issue
Block a user