neutrino: clear currentnext event info when waking from standby

this ensures that the EVT_CURRENTEPG is delivered and playback
properly started after resuming from standby
This commit is contained in:
Stefan Seyfried
2012-11-21 16:41:37 +01:00
parent e86bc33877
commit 86876c76b4

View File

@@ -3304,6 +3304,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO); CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
CVFD::getInstance()->ShowText("resume... "); CVFD::getInstance()->ShowText("resume... ");
videoDecoder->Standby(false); videoDecoder->Standby(false);
CSectionsdClient::CurrentNextInfo dummy;
g_InfoViewer->getEPG(0, dummy);
if(init_cec_setting){ if(init_cec_setting){
//init cec settings //init cec settings