mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
neutrino.cpp: pause sectionsd after set its current channel to 0
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user