Commit 9915a75c authored by Ilkka Ollakka's avatar Ilkka Ollakka

small typo in requests/status.xml in lua

parent 9146b77e
...@@ -118,7 +118,7 @@ local vout = input and vlc.object.find(input,'vout','child') ...@@ -118,7 +118,7 @@ local vout = input and vlc.object.find(input,'vout','child')
<information> <information>
<?vlc <?vlc
if input then if input then
local info = vlc.input_info() local info = vlc.input.info()
for k, v in pairs(info) do for k, v in pairs(info) do
print("<category name='"..k.."'>") print("<category name='"..k.."'>")
for k2, v2 in pairs(v) do for k2, v2 in pairs(v) do
......
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