diff --git a/spotipy/client.py b/spotipy/client.py index 898384d..e7bd2b2 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -400,7 +400,7 @@ class Spotify: return self._get("artists/?ids=" + ",".join(tlist)) def artist_albums( - self, artist_id, album_type=None, include_groups=None, country=None, limit=20, offset=0 + self, artist_id, album_type=None, include_groups=None, country=None, limit=10, offset=0 ): """ Get Spotify catalog information about an artist's albums