Skip to content

Commit

Permalink
Update recommendations doc, fixes #290
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Feb 22, 2020
1 parent 3b74b10 commit 9bd2169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

Expand All @@ -52,5 +51,8 @@ coverage.xml
# Sphinx documentation
docs/_build/

# Spotipy tokens
.cache

.*
archive
4 changes: 2 additions & 2 deletions spotipy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,12 +1031,12 @@ def recommendations(
**kwargs
):
""" Get a list of recommended tracks for one to five seeds.
(at least one of `seed_artists`, `seed_tracks` and `seed_genres`
are needed)
Parameters:
- seed_artists - 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
Expand Down

0 comments on commit 9bd2169

Please sign in to comment.