[timermanager] fix stop recordings

This commit is contained in:
TangoCash
2016-11-18 21:25:38 +01:00
parent ce0bb9fcd0
commit a21eeea6f0

View File

@@ -1246,8 +1246,6 @@ void CTimerEvent_Record::announceEvent()
//------------------------------------------------------------ //------------------------------------------------------------
void CTimerEvent_Record::stopEvent() void CTimerEvent_Record::stopEvent()
{ {
if (adjustToCurrentEPG())
return;
CTimerd::RecordingStopInfo stopinfo; CTimerd::RecordingStopInfo stopinfo;
// Set EPG-ID if not set // Set EPG-ID if not set
stopinfo.eventID = eventID; stopinfo.eventID = eventID;