mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-14 13:35:59 +00:00
Fixed spotify import even better
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user