HugoLAMOUREUX / Spotidata

Web application linked to Spotify that shows some statistics about your music tastes and miscellaneous informations
MIT License
4 stars 5 forks source link

Backend fix: Updated getUserPlaylists #57

Closed AlexLunaP closed 1 year ago

AlexLunaP commented 1 year ago

Describe your changes

Now the method getUserPlaylists gets all the playlists from an user.

A loop is used to keep getting playlists until there are no more left. This is made by changing the offset on each loop iteration.

This pull request solves this issue: #47

Screenshot showing user playlists section: image

Checklist before requesting a review

HugoLAMOUREUX commented 1 year ago

I have merged the pull request ! Thank you for your contribution !