Reduce artist_album limit#1232
Merged
dieser-niko merged 1 commit intospotipy-dev:masterfrom Mar 11, 2026
Merged
Conversation
Reduces the limit so that a query called without explicit limit is valid with the new changes to the spotify API.
dieser-niko
approved these changes
Mar 11, 2026
Member
dieser-niko
left a comment
There was a problem hiding this comment.
I went through all limits again just to make sure we don't have similar issues and this one seems to be the only one over the limit.
The only "wrong" limits are lower than the ones in the API, however I think it was the default value, meaning Spotify recommends that limit. Spotipy doesn't stop a user from going over the "limit" as well, so we'll keep it like this.
I honestly doubt that this one was missed by PR #1228, maybe Spotify overlooked that endpoint and changed it afterwards...
Member
|
We won't release this change right away, as this isn't a critical bug or anything, only a default value. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reduces the limit so that a query called without explicit limit is valid with the new changes to the spotify API.
Fixes #1231