mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
timerd: honor recording safety when modifying timers (fix)
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