epgview: show notifications when adding timers

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9fef7e4e0b
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-28 (Sun, 28 Apr 2019)

Origin message was:
------------------
- epgview: show notifications when adding timers

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-04-28 23:55:54 +02:00
parent 11a9cee965
commit 8cbc7c4576

View File

@@ -1143,7 +1143,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
CFollowScreenings m(channel_id, CFollowScreenings m(channel_id,
epgData.epg_times.startzeit, epgData.epg_times.startzeit,
epgData.epg_times.startzeit + epgData.epg_times.dauer, epgData.epg_times.startzeit + epgData.epg_times.dauer,
epgData.title, epgData.eventID, TIMERD_APIDS_CONF, true, recDir, &evtlist); epgData.title, epgData.eventID, TIMERD_APIDS_CONF, true, recDir, &evtlist, true);
m.exec(NULL, ""); m.exec(NULL, "");
timeoutEnd = CRCInput::calcTimeoutEnd(timeout); timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
} }