Fixed documentation audio features, fixes #468 (#469)

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:
MatsErdkamp 2020-04-12 13:02:23 +02:00 committed by GitHub
parent 73654a0646
commit 98d49fb20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)