Search code examples
spotifycocoalibspotify-2.0libspotify

How can i load an image from a playlist without loading the whole playlist?


i wanted to know if there is another way i could load the playlist image instead of loading the whole playlist and then fetch the image, i know that on the web platform you have a function that called imageFor and you can insert a playlist URI and get an Image. how ever on the iOS (cocoalibspotify) you must have the image URI if you want to load it directly and if not i need to load the whole playlist.

will be glad to know if i'm missing something.


Solution

  • CocoaLibSpotify doesn't support playlist images at all - SPPlaylist doesn't have an image property.