Ringobot / SpotifyApi.NetCore

Lightweight .NET Core wrapper for the Spotify Web API
MIT License
37 stars 16 forks source link

Pass limit and offset parameters in GetPlaylists method #54

Open lucasfogliarini opened 2 years ago

lucasfogliarini commented 2 years ago

GetPlaylists is not passing limit and offset parameters to GetPlaylists: https://github.com/Ringobot/SpotifyApi.NetCore/blob/master/src/SpotifyApi.NetCore/PlaylistsApi.cs#L54

Can you fix it for us?

Natfan commented 10 months ago

I have raised #57 in an attempt to resolve this issue.