Commit 8bb55f6a authored by Antoine Cellerier's avatar Antoine Cellerier

Revert "Remove http shortcut from LUA"

This reverts commit 4e77528c.

Lua http doesn't poll at all.
parent 3e374b07
......@@ -83,6 +83,7 @@ vlc_module_begin ()
set_description( N_("Lua Interface Module") )
add_shortcut( "luaintf" )
add_shortcut( "luahttp" )
add_shortcut( "http" )
add_shortcut( "luatelnet" )
add_shortcut( "telnet" )
add_shortcut( "luahotkeys" )
......
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