Commit 57f6ddba authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

Lua RC interface: Fix info command

s/input_info/input.info/
parent 5a95ab4f
......@@ -308,7 +308,7 @@ function help(name,client,arg)
end
function input_info(name,client)
local categories = vlc.input_info()
local categories = vlc.input.info()
for cat, infos in pairs(categories) do
client:append("+----[ "..cat.." ]")
client:append("|")
......
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