mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 01:13:36 +02:00
followscreenings: invert notify behaviour
Origin commit data
------------------
Branch: ni/coolstream
Commit: c3a13753f4
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Origin message was:
------------------
- followscreenings: invert notify behaviour
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -529,7 +529,7 @@ int CEventList::exec(const t_channel_id channel_id, const std::string& channelna
|
||||
CFollowScreenings m(used_id,
|
||||
evtlist[selected].startTime,
|
||||
evtlist[selected].startTime + evtlist[selected].duration,
|
||||
evtlist[selected].description, evtlist[selected].eventID, TIMERD_APIDS_CONF, true, "", &evtlist);
|
||||
evtlist[selected].description, evtlist[selected].eventID, TIMERD_APIDS_CONF, true, "", &evtlist, false);
|
||||
m.exec(NULL, "");
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user