SpotifyExplode icon indicating copy to clipboard operation
SpotifyExplode copied to clipboard

PlaylistClient.GetAsync Playlist has wrong Total of tracks

Open JuanCouste opened this issue 1 year ago • 0 comments

There is no longer a "total" property, it seems is inside "tracks" now, I don't know when it happened.

"tracks": { "limit": 100, "next": "https://api.spotify.com/v1/playlists/.../tracks?offset=100&limit=100", "offset": 0, "previous": null, "href": "https://api.spotify.com/v1/playlists/.../tracks?offset=0&limit=100", "total": 150, "items": [ ... ] }

JuanCouste avatar Jan 05 '25 07:01 JuanCouste