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
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
Right now, it fetches the Tracks for each Release. But that leads to thousands of API calls with ~4000 Tracks being fetched, even though there are only ~2500. We could thus reduce the load on the client greatly if we would fetch them separately and then associate them.
The text was updated successfully, but these errors were encountered:
Tracks are now directly linked with releases with API v2 and there is no way to not download them separately (like a "browse" for tracks), as you need to call the release endpoint to get the tracks for that release.
Right now, it fetches the Tracks for each Release. But that leads to thousands of API calls with ~4000 Tracks being fetched, even though there are only ~2500. We could thus reduce the load on the client greatly if we would fetch them separately and then associate them.
The text was updated successfully, but these errors were encountered: