mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Compare commits
No commits in common. "master" and "2.26.0" have entirely different histories.
@ -400,7 +400,7 @@ class Spotify:
|
|||||||
return self._get("artists/?ids=" + ",".join(tlist))
|
return self._get("artists/?ids=" + ",".join(tlist))
|
||||||
|
|
||||||
def artist_albums(
|
def artist_albums(
|
||||||
self, artist_id, album_type=None, include_groups=None, country=None, limit=10, offset=0
|
self, artist_id, album_type=None, include_groups=None, country=None, limit=20, offset=0
|
||||||
):
|
):
|
||||||
""" Get Spotify catalog information about an artist's albums
|
""" Get Spotify catalog information about an artist's albums
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user