From b8abcda7683dcf8271f08ee4c802065f68abd5dc Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Sun, 17 Sep 2017 07:43:47 -0400 Subject: [PATCH] fixed params --- server/components.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/components.py b/server/components.py index 0acd357..9c15d07 100644 --- a/server/components.py +++ b/server/components.py @@ -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)",