mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Sync branches (#667)
This commit is contained in:
parent
97cb986477
commit
68ee2d6de8
@ -1314,7 +1314,6 @@ class Spotify:
|
|||||||
- limit - the number of tracks to return
|
- limit - the number of tracks to return
|
||||||
- offset - the index of the first track to return
|
- offset - the index of the first track to return
|
||||||
- market - an ISO 3166-1 alpha-2 country code
|
- market - an ISO 3166-1 alpha-2 country code
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return self._get("me/tracks", limit=limit, offset=offset, market=market)
|
return self._get("me/tracks", limit=limit, offset=offset, market=market)
|
||||||
|
|
||||||
@ -1440,6 +1439,7 @@ class Spotify:
|
|||||||
Parameters:
|
Parameters:
|
||||||
- shows - a list of show URIs, URLs or IDs
|
- shows - a list of show URIs, URLs or IDs
|
||||||
"""
|
"""
|
||||||
|
|
||||||
slist = [self._get_id("show", s) for s in shows]
|
slist = [self._get_id("show", s) for s in shows]
|
||||||
return self._get("me/shows/contains?ids=" + ",".join(slist))
|
return self._get("me/shows/contains?ids=" + ",".join(slist))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user