Commit 7f67708e authored by Rémi Duraffort's avatar Rémi Duraffort

Lua_http: fix fullscreen.

parent 390f4e74
......@@ -84,7 +84,7 @@ elseif command == "pl_sd" then
vlc.sd.add(val)
end
elseif command == "fullscreen" then
vlc.fullscreen()
vlc.video.fullscreen()
elseif command == "snapshot" then
common.snapshot()
elseif command == "volume" then
......
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