diff --git a/src/neutrino.cpp b/src/neutrino.cpp index b151ce143..1617d7fb7 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3314,8 +3314,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby ) videoDecoder->Standby(true); - g_Sectionsd->setPauseScanning(!fromDeepStandby); g_Sectionsd->setServiceChanged(0, false); + g_Sectionsd->setPauseScanning(!fromDeepStandby); lastMode = mode; mode = mode_standby;