Update tracks doc, fixes #160

This commit is contained in:
Stephane Bruckert 2020-02-22 13:11:32 +00:00
parent 9bd2169b49
commit 13109c1613

View File

@ -261,7 +261,7 @@ class Spotify(object):
""" returns a list of tracks given a list of track IDs, URIs, or URLs """ returns a list of tracks given a list of track IDs, URIs, or URLs
Parameters: Parameters:
- tracks - a list of spotify URIs, URLs or IDs - tracks - a list of spotify URIs, URLs or IDs. Maximum: 50 IDs.
- market - an ISO 3166-1 alpha-2 country code. - market - an ISO 3166-1 alpha-2 country code.
""" """