neutrino: try to fix parental bypass by

quit from audio player / picture viewer / movie player and starting channel in PiP
This commit is contained in:
[CST] Focus
2014-11-11 14:39:16 +03:00
parent d20fc8f1bc
commit 5bd14ea4b8
4 changed files with 30 additions and 15 deletions

View File

@@ -3745,8 +3745,10 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
CMoviePlayerGui::getInstance().exec(NULL, actionKey);
if(_mode == NeutrinoMessages::mode_radio )
videoDecoder->ShowPicture(DATADIR "/neutrino/icons/radiomode.jpg");
#if 0
else if (_mode == mode_webtv)
tvMode(true);
#endif
return menu_return::RETURN_EXIT_ALL;
}
else if(actionKey=="audioplayer" || actionKey == "inetplayer") {