timerd: honor recording safety when modifying timers (fix)

This commit is contained in:
martii
2016-09-26 13:57:34 +02:00
committed by svenhoefer
parent 67a375f4da
commit aaaa9745a7

View File

@@ -1325,7 +1325,6 @@ bool CTimerEvent_Record::adjustToCurrentEPG()
if (recordingSafety) { if (recordingSafety) {
int pre, post; int pre, post;
CTimerManager::getInstance()->getRecordingSafety(pre, post); CTimerManager::getInstance()->getRecordingSafety(pre, post);
_announceTime -= pre;
_alarmTime -= pre; _alarmTime -= pre;
_stopTime += post; _stopTime += post;
} }