mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
src/timerd/timermanager.cpp sruct variable init
This commit is contained in:
@@ -1173,6 +1173,9 @@ CTimerEvent_Record::CTimerEvent_Record(time_t announce_Time, time_t alarm_Time,
|
|||||||
eventInfo.epg_starttime = epg_starttime;
|
eventInfo.epg_starttime = epg_starttime;
|
||||||
eventInfo.channel_id = channel_id;
|
eventInfo.channel_id = channel_id;
|
||||||
eventInfo.apids = apids;
|
eventInfo.apids = apids;
|
||||||
|
eventInfo.autoAdjustToEPG = _autoAdjustToEPG;
|
||||||
|
eventInfo.recordingSafety = _recordingSafety;
|
||||||
|
|
||||||
recordingDir = recDir;
|
recordingDir = recDir;
|
||||||
epgTitle="";
|
epgTitle="";
|
||||||
autoAdjustToEPG = _autoAdjustToEPG;
|
autoAdjustToEPG = _autoAdjustToEPG;
|
||||||
|
Reference in New Issue
Block a user