From ebb061ec2cac5e826a6a3580c4d250b890080e69 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Fri, 18 Nov 2016 21:25:38 +0100 Subject: [PATCH] [timermanager] fix stop recordings Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a21eeea6f050854eed21fccf2b9f46f65ec6fcca Author: TangoCash Date: 2016-11-18 (Fri, 18 Nov 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/timerd/timermanager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/timerd/timermanager.cpp b/src/timerd/timermanager.cpp index a7fecdb5c..ce6e7b4e0 100644 --- a/src/timerd/timermanager.cpp +++ b/src/timerd/timermanager.cpp @@ -1246,8 +1246,6 @@ void CTimerEvent_Record::announceEvent() //------------------------------------------------------------ void CTimerEvent_Record::stopEvent() { - if (adjustToCurrentEPG()) - return; CTimerd::RecordingStopInfo stopinfo; // Set EPG-ID if not set stopinfo.eventID = eventID;