mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
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:
@@ -3304,6 +3304,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
CVFD::getInstance()->ShowText("resume... ");
|
||||
videoDecoder->Standby(false);
|
||||
CSectionsdClient::CurrentNextInfo dummy;
|
||||
g_InfoViewer->getEPG(0, dummy);
|
||||
|
||||
if(init_cec_setting){
|
||||
//init cec settings
|
||||
|
Reference in New Issue
Block a user