You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spotify returns a fully-fledged track object here so I'm not sure why TrackSimple is used exactly, but by making this choice accessing stuff like the album that the track is from requires an extra API call which can make ratelimits quickly be hit (especially if needed for a lot of tracks at once).
The text was updated successfully, but these errors were encountered:
Thank you for your issue @beyonik. Do you by any chance know, which endpoints are also affected that provide Track but is TrackSimple in this library ? Therefore, we might do a PR that handles all issues (also currently, there is #176 regarding Album).
Spotify returns a fully-fledged track object here so I'm not sure why TrackSimple is used exactly, but by making this choice accessing stuff like the album that the track is from requires an extra API call which can make ratelimits quickly be hit (especially if needed for a lot of tracks at once).
The text was updated successfully, but these errors were encountered: