guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

User.playlists does not yield private playlists #227

Closed fwcd closed 3 years ago

fwcd commented 3 years ago

Calling User.new(...).playlists after authenticating the user via OAuth only yields his public playlists, not the private ones (as expected).

Possibly related to #188.

fwcd commented 3 years ago

My mistake, I had a typo in my User.new invocation ('credentials': ... instead of 'credentials' => ...).