From d2ec61edf3c85d0b85b46f2c3ccc3378b9baa19d Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 27 Oct 2016 18:56:13 +0200 Subject: [PATCH] src/gui/eventlist.cpp supplement to 8da554c0fa63b95d60cbf76edf0ff3c05b7bd770, fix chanel_id in search-mode Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a71c71edcccb1a96c8b871c88b11f6a5409fad2b Author: Jacek Jendrzej Date: 2016-10-27 (Thu, 27 Oct 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/eventlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index ddb63f8cb..1fcb9fab6 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -481,7 +481,7 @@ int CEventList::exec(const t_channel_id channel_id, const std::string& channelna t_channel_id used_id = IS_WEBTV(channel_id) ? channel_id : evtlist[selected].channelID; if (!recDir.empty() && doRecord) //add/remove recording timer events and check/warn for conflicts { - CFollowScreenings m(channel_id, + CFollowScreenings m(used_id, evtlist[selected].startTime, evtlist[selected].startTime + evtlist[selected].duration, evtlist[selected].description, evtlist[selected].eventID, TIMERD_APIDS_CONF, true, "", &evtlist);