Commit c6f67d75 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

lua: make "net" namespace available to extensions

Close #9495
parent 38ae86f9
......@@ -821,6 +821,7 @@ static lua_State* GetLuaState( extensions_manager_t *p_mgr,
luaopen_dialog( L, p_ext );
luaopen_input( L );
luaopen_msg( L );
luaopen_net( L );
luaopen_object( L );
luaopen_osd( L );
luaopen_playlist( L );
......
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