mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 14:48:28 +02:00
neutrino.cpp: pause sectionsd after set its current channel to 0
Origin commit data
------------------
Commit: 1e1df7bc39
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-21 (Sat, 21 Dec 2013)
This commit is contained in:
@@ -3314,8 +3314,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
|||||||
|
|
||||||
videoDecoder->Standby(true);
|
videoDecoder->Standby(true);
|
||||||
|
|
||||||
g_Sectionsd->setPauseScanning(!fromDeepStandby);
|
|
||||||
g_Sectionsd->setServiceChanged(0, false);
|
g_Sectionsd->setServiceChanged(0, false);
|
||||||
|
g_Sectionsd->setPauseScanning(!fromDeepStandby);
|
||||||
|
|
||||||
lastMode = mode;
|
lastMode = mode;
|
||||||
mode = mode_standby;
|
mode = mode_standby;
|
||||||
|
Reference in New Issue
Block a user