neutrino.cpp: pause sectionsd after set its current channel to 0

This commit is contained in:
[CST] Focus
2013-12-21 14:07:44 +04:00
parent c57f0385c6
commit 1e1df7bc39

View File

@@ -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;