From cf09b84e0092309ba3deb474f7e40f3160ced9e8 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 ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/9d3a48d3c078e2842cc49bd11611854f2ca6bd45 Author: TangoCash Date: 2016-11-18 (Fri, 18 Nov 2016) --- 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;