mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Fixes typo on recommendations usage comment
On the parameters list, seed_tracks had the same description as seed_artists. Changed: "artist" -> "track"
This commit is contained in:
parent
4c2c1d763a
commit
5901db22fc
@ -801,7 +801,7 @@ class Spotify(object):
|
||||
Parameters:
|
||||
- seed_artists - a list of artist IDs, URIs or URLs
|
||||
|
||||
- seed_tracks - a list of artist IDs, URIs or URLs
|
||||
- seed_tracks - a list of track IDs, URIs or URLs
|
||||
|
||||
- seed_genres - a list of genre names. Available genres for
|
||||
recommendations can be found by calling recommendation_genre_seeds
|
||||
|
||||
Loading…
Reference in New Issue
Block a user