Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Deezer only loading first 25 tracks from albums #184

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

freyacodes
Copy link
Contributor

Similar to #182, but for albums.

For whatever reason the album endpoint uses pagination. While I could just add limit=10000 to the album endpoint, I decided to use /tracks, as this would fetch the ISRCs as well.

I used this for testing: https://www.deezer.com/us/album/422384467

Also fetch ISRCs when using albums
@topi314 topi314 merged commit 1ebc9ea into topi314:master Apr 18, 2024
@freyacodes freyacodes deleted the deezer-load-entire-album branch April 18, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants