From fe7e8992dddcbbd6f72ddd6a0567167ea75517cd Mon Sep 17 00:00:00 2001 From: martii Date: Mon, 26 Sep 2016 13:57:34 +0200 Subject: [PATCH] timerd: honor recording safety when modifying timers (fix) Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/aaaa9745a7e07428498a3043cfa793b8f9592d08 Author: martii Date: 2016-09-26 (Mon, 26 Sep 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/timerd/timermanager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/timerd/timermanager.cpp b/src/timerd/timermanager.cpp index 7a5572c01..d9a54e36a 100644 --- a/src/timerd/timermanager.cpp +++ b/src/timerd/timermanager.cpp @@ -1325,7 +1325,6 @@ bool CTimerEvent_Record::adjustToCurrentEPG() if (recordingSafety) { int pre, post; CTimerManager::getInstance()->getRecordingSafety(pre, post); - _announceTime -= pre; _alarmTime -= pre; _stopTime += post; }