Closed cvgellhorn closed 10 years ago
Hi @cvgellhorn! That property is not exposed at the moment through the Spotify Apps API. If you check out the Documentation for Library, it states that This property is currently unsupported and should not be used.
At the moment users saves playlists to their library on the desktop client, and those are the ones you can have access to using the playlists
property. If you are interested in the Artist, then you could traverse the tracks of those playlists and grab the artist from there.
Hi @JMPerez,
thanks for your quick reply.
Hi guys,
I'm trying to load the artists rom the current user library:
But I get this error on console:
I also tried this, to ensure that the artists property is available on the object:
But the artists property is always null.
Is there any other way to get the artists from the current user library?
Thanks