mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
eitd/sectionsd.cpp: do not send EVT_EIT_COMPLETE, if scanning paused
This commit is contained in:
@@ -1701,10 +1701,12 @@ void CEitThread::beforeSleep()
|
|||||||
writeLockMessaging();
|
writeLockMessaging();
|
||||||
messaging_zap_detected = false;
|
messaging_zap_detected = false;
|
||||||
unlockMessaging();
|
unlockMessaging();
|
||||||
eventServer->sendEvent(CSectionsdClient::EVT_EIT_COMPLETE,
|
if (scanning) {
|
||||||
CEventServer::INITID_SECTIONSD,
|
eventServer->sendEvent(CSectionsdClient::EVT_EIT_COMPLETE,
|
||||||
¤t_service,
|
CEventServer::INITID_SECTIONSD,
|
||||||
sizeof(messaging_current_servicekey));
|
¤t_service,
|
||||||
|
sizeof(messaging_current_servicekey));
|
||||||
|
}
|
||||||
if(notify_complete)
|
if(notify_complete)
|
||||||
system(CONFIGDIR "/epgdone.sh");
|
system(CONFIGDIR "/epgdone.sh");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user