Spotify api 1.0.0 get image of playlist of given set of tracks
问题 Losing my mind here on getting the image of a playlist of a given set of tracks. I just can't get it to work. Here's my code. I included two playlists, one that is made of a given set of tracks and one that actually exists. What am I'm doing wrong with the first one? Am I even creating the temporary playlist correctly? require([ '$api/models', '$views/image#Image', '$views/list#List' ], function(models, Image, List) { 'use strict'; var image, trackUris, tracks = [], customPlaylist,