mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Line 1235: OLD - tracks - a list of track URIs, URLs or IDs, maximum: *50* ids NEW - tracks - a list of track URIs, URLs or IDs, maximum: *100* ids
This commit is contained in:
parent
73654a0646
commit
98d49fb20e
@ -1232,7 +1232,7 @@ class Spotify(object):
|
||||
def audio_features(self, tracks=[]):
|
||||
""" Get audio features for one or multiple tracks based upon their Spotify IDs
|
||||
Parameters:
|
||||
- tracks - a list of track URIs, URLs or IDs, maximum: 50 ids
|
||||
- tracks - a list of track URIs, URLs or IDs, maximum: 100 ids
|
||||
"""
|
||||
if isinstance(tracks, str):
|
||||
trackid = self._get_id("track", tracks)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user