mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
src/gui/eventlist.cpp supplement to 61105699d4
, fix chanel_id in search-mode
This commit is contained in:
@@ -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;
|
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
|
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].startTime + evtlist[selected].duration,
|
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);
|
||||||
|
Reference in New Issue
Block a user