epgplus: show notifications when adding timers

Origin commit data
------------------
Commit: 28a98d6a25
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)

Origin message was:
------------------
- epgplus: show notifications when adding timers
This commit is contained in:
vanhofen
2019-04-29 00:03:03 +02:00
parent ab1ac79f22
commit 77d9e9a3ac

View File

@@ -1524,7 +1524,7 @@ int EpgPlus::MenuTargetAddRecordTimer::exec(CMenuTarget * /*parent*/, const std:
CFollowScreenings m(this->epgPlus->selectedChannelEntry->channel->channel_id,
(*It)->channelEvent.startTime,
(*It)->channelEvent.startTime + (*It)->channelEvent.duration,
(*It)->channelEvent.description, (*It)->channelEvent.eventID, TIMERD_APIDS_CONF, true, "", &evtlist);
(*It)->channelEvent.description, (*It)->channelEvent.eventID, TIMERD_APIDS_CONF, true, "", &evtlist, true);
m.exec(NULL, "");
}
else