I use cocoalibspotify in an application and would like to get notified when a playlist is added or deleted.
I have tried adding an observer for the key path userPlaylists
on the shared session but this does not seem to get called. I have also tried implementing the -sessionDidChangeMetadata:
delete method but this seems to be only called when logging in.
Does anyone know how to get notified when the user adds or deletes a playlist?