mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Added missing comma to artist_albums
This commit is contained in:
parent
2e54f2c138
commit
0a8e7f635e
@ -405,7 +405,7 @@ class Spotify(object):
|
||||
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=20, offset=0
|
||||
):
|
||||
""" Get Spotify catalog information about an artist's albums
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user