mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- epgplus: show notifications when adding timers
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1528,7 +1528,7 @@ int EpgPlus::MenuTargetAddRecordTimer::exec(CMenuTarget * /*parent*/, const std:
|
|||||||
CFollowScreenings m(this->epgPlus->selectedChannelEntry->channel->channel_id,
|
CFollowScreenings m(this->epgPlus->selectedChannelEntry->channel->channel_id,
|
||||||
(*It)->channelEvent.startTime,
|
(*It)->channelEvent.startTime,
|
||||||
(*It)->channelEvent.startTime + (*It)->channelEvent.duration,
|
(*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, "");
|
m.exec(NULL, "");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user