mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
update current_user_saved_albums function message (#697)
max limit spotipy can handler without getting any HTTP 401 error is 50.
This commit is contained in:
parent
72280c850b
commit
1a6df54111
@ -1182,7 +1182,7 @@ class Spotify(object):
|
||||
"Your Music" library
|
||||
|
||||
Parameters:
|
||||
- limit - the number of albums to return
|
||||
- limit - the number of albums to return (MAX_LIMIT=50)
|
||||
- offset - the index of the first album to return
|
||||
- market - an ISO 3166-1 alpha-2 country code.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user