0

Is it possible to get "Your Music" which contains playlists, songs, and albums from Spotify using Cocoalibspotify?

Right now I am only able to get playlists from "Your Music" using:

[SPSession sharedSession].userPlaylists.flattenedPlaylists.
Raptor
  • 53,206
  • 45
  • 230
  • 366
SleepNot
  • 2,982
  • 10
  • 43
  • 72

1 Answers1

0

No - Your Music is a very new feature, and CocoaLibSpotify's last release was quite a long time ago.

iKenndac
  • 18,730
  • 3
  • 35
  • 51
  • I see. However, if I get [SPSession sharedSession].userPlaylists.flattenedPlaylists some items causes a [NSNULL isLoaded] error and crashes my app. – SleepNot May 13 '14 at 06:52