SpotifyExplode
SpotifyExplode copied to clipboard
PlaylistClient.GetAsync Playlist has wrong Total of tracks
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": [ ... ] }