Commit 0c0756dd authored by Jean-Philippe André's avatar Jean-Philippe André

Lua: fix typo in rc.lua

parent b2b191a7
...@@ -352,7 +352,7 @@ function titlechap(name,client,value) ...@@ -352,7 +352,7 @@ function titlechap(name,client,value)
else else
local item = vlc.var.get( input, var ) local item = vlc.var.get( input, var )
-- Todo: add item name conversion -- Todo: add item name conversion
client:apped(item) client:append(item)
end end
end end
function titlechap_offset(client,offset) function titlechap_offset(client,offset)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment