thelinmichael/spotify-web-api-node

Missing GetCurrentUserPlaylists fetch function

Yedidya10 opened this issue · 1 comments

get-a-list-of-current-users-playlists

The only function to get playlists of a user that exists in the library is GetUserPlaylists which returns public playlists of the user.

Any suggestion how to implement this manually at least until there is a PR for it?

Thanks.

The problem was in the scope definition. I solved it.