Skip to content

Commit

Permalink
Fixed artist param for radio
Browse files Browse the repository at this point in the history
  • Loading branch information
plamere committed Sep 17, 2017
1 parent 84a57d9 commit 66b597c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions server/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,8 @@

"title" : "$artist radio",
"params": {
"artist": {
"seed_artist_name_or_uri": {
"display" : "artist",
"type" : "string",
"optional" : False,
"description": "the seed artist",
Expand Down Expand Up @@ -2140,6 +2141,7 @@ def check_component(comp):
if __name__ == '__main__':
import json
#get_genres()
print json.dumps(exported_inventory, indent=4)
print ""
if False:
print json.dumps(exported_inventory, indent=4)
print ""

0 comments on commit 66b597c

Please sign in to comment.