mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
src/timerd/timermanager.cpp sruct variable init
Origin commit data
------------------
Branch: ni/coolstream
Commit: d0008ee905
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-12-04 (Sun, 04 Dec 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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