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