Skip to content

Commit

Permalink
better display name for PlaylistSave
Browse files Browse the repository at this point in the history
  • Loading branch information
plamere committed Feb 21, 2016
1 parent 5cf2fcd commit efcafde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
"class": plugs.PlaylistSave,
"type" : "misc",
"title" : "save to Spotify",
"display": "save to Spotify",
"display": "save to $playlist_name",
"description": "save the tracks to a spotify playlist",

"help": """ This filter will save all the tracks that pass through
Expand Down

0 comments on commit efcafde

Please sign in to comment.