followscreenings: invert notify behaviour

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

Origin message was:
------------------
- followscreenings: invert notify behaviour
This commit is contained in:
vanhofen
2019-04-29 23:58:11 +02:00
parent 77d9e9a3ac
commit d043cf0a8b
4 changed files with 4 additions and 4 deletions

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, true);
(*It)->channelEvent.description, (*It)->channelEvent.eventID, TIMERD_APIDS_CONF, true, "", &evtlist);
m.exec(NULL, "");
}
else