From: RĂ©mi Duraffort Date: Thu, 8 Apr 2010 15:28:44 +0000 (+0200) Subject: Lua_http: fix fullscreen. X-Git-Tag: 1.1.0-pre1~86 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7f67708ee904449cdd3bdabf6e9662ce66721b1b;p=vlc Lua_http: fix fullscreen. --- diff --git a/share/lua/http/requests/status.xml b/share/lua/http/requests/status.xml index e50ef4b4ce..123861fea7 100644 --- a/share/lua/http/requests/status.xml +++ b/share/lua/http/requests/status.xml @@ -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