mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
timerd: honor recording safety when modifying timers (fix)
Origin commit data
------------------
Branch: ni/coolstream
Commit: aaaa9745a7
Author: martii <m4rtii@gmx.de>
Date: 2016-09-26 (Mon, 26 Sep 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1325,7 +1325,6 @@ bool CTimerEvent_Record::adjustToCurrentEPG()
|
||||
if (recordingSafety) {
|
||||
int pre, post;
|
||||
CTimerManager::getInstance()->getRecordingSafety(pre, post);
|
||||
_announceTime -= pre;
|
||||
_alarmTime -= pre;
|
||||
_stopTime += post;
|
||||
}
|
||||
|
Reference in New Issue
Block a user