mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
CTimerManager:: don't set wekup flag if box boot from zapto timer
This commit is contained in:
committed by
[CST] Focus
parent
81efa46265
commit
1396896dd1
@@ -61,6 +61,7 @@ void CTimerManager::Init(void)
|
||||
eventServer = new CEventServer;
|
||||
m_saveEvents = false;
|
||||
m_isTimeSet = false;
|
||||
timer_is_rec = false;
|
||||
wakeup = 0;
|
||||
loadRecordingSafety();
|
||||
|
||||
@@ -706,6 +707,8 @@ bool CTimerManager::shutdown()
|
||||
dprintf("shutdown: nextAnnounceTime %ld\n", nextAnnounceTime);
|
||||
if ( event->eventType == CTimerd::TIMER_RECORD )
|
||||
timer_is_rec = true;
|
||||
else
|
||||
timer_is_rec = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user