timerd: honor recording safety when modifying timers (fix)

Origin commit data
------------------
Commit: aaaa9745a7
Author: martii <m4rtii@gmx.de>
Date: 2016-09-26 (Mon, 26 Sep 2016)
This commit is contained in:
martii
2016-09-26 13:57:34 +02:00
committed by vanhofen
parent 3c544ff066
commit f53433c98a

View File

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