Skip to content

Commit

Permalink
fixed params
Browse files Browse the repository at this point in the history
  • Loading branch information
plamere committed Sep 17, 2017
1 parent 66b597c commit b8abcda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,9 +793,10 @@
"help" : """ This component generates a stream of tracks by the
given artist or similar artists """,

"title" : "$artist radio",
"title" : "$seed_artist_name_or_uri radio",
"params": {
"artist": {
"seed_artist_name_or_uri": {
"display" : "artist",
"type" : "string",
"optional" : False,
"description": "the seed artist (as a name or artist uri)",
Expand Down

0 comments on commit b8abcda

Please sign in to comment.