From 3f321bf5d4bde9232c3d129d85de396f68c49396 Mon Sep 17 00:00:00 2001 From: "Ryan K. Lee" Date: Wed, 19 Jun 2019 20:49:57 -0700 Subject: [PATCH] update limit on current_user_saved_albums --- spotipy/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotipy/client.py b/spotipy/client.py index b575e64..9518238 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -40,7 +40,7 @@ class Spotify(object): import spotipy - urn = 'spotify:artist:3jOstUTkEu2JkjvRdBA5Gu' + urn = 'spotify:artist:3jOstUTkEu2JkjvRdBA5Gu' sp = spotipy.Spotify() sp.trace = True # turn on tracing @@ -605,7 +605,7 @@ class Spotify(object): ''' 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 "Your Music" library