From the header documentation of SPPlaylist
for it's image
property:
Returns the custom image for the playlist, or
nil
if the playlist hasn't loaded yet or it doesn't have a custom image
I have an array of loaded SPPlaylists
however the image
property on each object is always nil
, even though I can see the 4-up image on those same playlists via the Spotify client.
Is there an easy way to obtain that 4-up cover image using CocoaLibSpotify? Or do I have to load all track and album metadata and pull back relevant SPImages
individually?