aboutsummaryrefslogtreecommitdiff
path: root/awesompd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesompd.lua')
-rw-r--r--awesompd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesompd.lua b/awesompd.lua
index 6183e8e..5997c1f 100644
--- a/awesompd.lua
+++ b/awesompd.lua
@@ -729,7 +729,7 @@ end
function awesompd:add_jamendo_tracks(track_table)
for i = 1,table.getn(track_table) do
- self:command("add " .. track_table[i].stream)
+ self:command("add '" .. track_table[i].stream .. "'")
end
self.recreate_menu = true
self.recreate_list = true