mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
Fix last commit
This commit is contained in:
@@ -177,6 +177,8 @@ int CLuaInstVideo::PlayFile(lua_State *L)
|
||||
CMoviePlayerGui::getInstance().SetFile(st, sf, si1, si2);
|
||||
CMoviePlayerGui::getInstance().exec(NULL, "http_lua");
|
||||
CMoviePlayerGui::getInstance().setLuaInfoFunc(L, false);
|
||||
if (D != NULL && !D->infoFunc.empty())
|
||||
D->infoFunc = "";
|
||||
int ret = CMoviePlayerGui::getInstance().getKeyPressed();
|
||||
lua_pushinteger(L, ret);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user