mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
neutrino.cpp: pause sectionsd before setServiceChanged(0)
This commit is contained in:
@@ -3341,8 +3341,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff )
|
|||||||
|
|
||||||
videoDecoder->Standby(true);
|
videoDecoder->Standby(true);
|
||||||
|
|
||||||
g_Sectionsd->setServiceChanged(0, false);
|
|
||||||
g_Sectionsd->setPauseScanning(true);
|
g_Sectionsd->setPauseScanning(true);
|
||||||
|
g_Sectionsd->setServiceChanged(0, false);
|
||||||
|
|
||||||
if(!CRecordManager::getInstance()->RecordingStatus()) {
|
if(!CRecordManager::getInstance()->RecordingStatus()) {
|
||||||
//only save epg when not recording
|
//only save epg when not recording
|
||||||
|
Reference in New Issue
Block a user