From 86876c76b4f738fc52aad0c0f31dd3864d31e658 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Wed, 21 Nov 2012 16:41:37 +0100 Subject: [PATCH] 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 --- src/neutrino.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 97fbc52a2..6144e187e 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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