Fixed spotify import even better

This commit is contained in:
Kasper Rynning-Tønnesen
2016-09-01 15:16:04 +02:00
parent e78937ae35
commit 5469c00cfa
5 changed files with 57 additions and 26 deletions

View File

@@ -305,6 +305,7 @@ var List = {
getIndexOfSong: function(id)
{
console.log(full_playlist);
indexes = $.map(full_playlist, function(obj, index) {
if(obj.id == id) {
return index;