always refresh EPG for timer recordings

This commit is contained in:
TangoCash
2016-09-26 13:04:48 +02:00
committed by svenhoefer
parent 3f32350645
commit e86b28a50e

View File

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