Commit cfdfb26c authored by Edward Wang's avatar Edward Wang Committed by Jean-Baptiste Kempf

luahttp: Actually load the base directory

Fix regression introduced in 6a7c3718 where luahttp does not load the base directory, causing 404s
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 3222e1a7
......@@ -320,4 +320,5 @@ end
password = vlc.var.inherit(nil,"http-password")
h = vlc.httpd()
load_dir( http_dir )
local a = h:handler("/art",nil,password,callback_art,nil)
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