aboutsummaryrefslogtreecommitdiff
path: root/awesompd.lua
diff options
context:
space:
mode:
authorAlexander Yakushev <yakushev.alex@gmail.com>2011-11-21 18:45:25 +0200
committerAlexander Yakushev <yakushev.alex@gmail.com>2011-11-21 18:45:25 +0200
commit71d5cbaf520369f07708d99f920f11d54e8838d3 (patch)
tree1e7f80407acde59e7dfa399f998f401a7d3771dd /awesompd.lua
parent5a91def9330b4601cf1c2af8389ec53c26054f5a (diff)
downloadawesompd-71d5cbaf520369f07708d99f920f11d54e8838d3.tar.gz
awesompd-71d5cbaf520369f07708d99f920f11d54e8838d3.tar.bz2
Temporary adapt to Ogg streaming from radionomy
This will be finished when Jamendo API migrates to radionomy completely
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