update limit on current_user_saved_albums

This commit is contained in:
Ryan K. Lee 2019-06-19 20:49:57 -07:00 committed by Stephane Bruckert
parent 7b85b5ca63
commit 3f321bf5d4

View File

@ -605,7 +605,7 @@ class Spotify(object):
''' '''
return self._get('me/player/currently-playing') return self._get('me/player/currently-playing')
def current_user_saved_albums(self, limit=20, offset=0): def current_user_saved_albums(self, limit=600, offset=0):
""" Gets a list of the albums saved in the current authorized user's """ Gets a list of the albums saved in the current authorized user's
"Your Music" library "Your Music" library