always refresh EPG for timer recordings

Origin commit data
------------------
Commit: e86b28a50e
Author: TangoCash <eric@loxat.de>
Date: 2016-09-26 (Mon, 26 Sep 2016)
This commit is contained in:
TangoCash
2016-09-26 13:04:48 +02:00
committed by vanhofen
parent 05e98f85b9
commit a2d979e1ab

View File

@@ -1185,7 +1185,7 @@ void CTimerEvent_Record::fireEvent()
{
if (adjustToCurrentEPG())
return;
Refresh();
getEpgId();
CTimerd::RecordingInfo ri=eventInfo;
ri.eventID=eventID;
strcpy(ri.recordingDir, recordingDir.substr(0,sizeof(ri.recordingDir)-1).c_str());