mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
gui/movieplayer.cpp: while starting file play, process neutrino events
This commit is contained in:
@@ -474,6 +474,8 @@ void *CMoviePlayerGui::ShowStartHint(void *arg)
|
||||
if (msg == CRCInput::RC_home || msg == CRCInput::RC_stop) {
|
||||
if(caller->playback)
|
||||
caller->playback->RequestAbort();
|
||||
} else if (msg != CRCInput::RC_timeout && msg > CRCInput::RC_MaxRC) {
|
||||
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
||||
}
|
||||
}
|
||||
if(hintbox != NULL){
|
||||
|
Reference in New Issue
Block a user