From ddd8e16ec1cac018225c28fc67e3002ef70dafe3 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 28 Apr 2019 23:55:54 +0200 Subject: [PATCH] - epgview: show notifications when adding timers Signed-off-by: Thilo Graf --- src/gui/epgview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 78393a115..6a893e527 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1115,7 +1115,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start CFollowScreenings m(channel_id, epgData.epg_times.startzeit, epgData.epg_times.startzeit + epgData.epg_times.dauer, - epgData.title, epgData.eventID, TIMERD_APIDS_CONF, true, recDir, &evtlist); + epgData.title, epgData.eventID, TIMERD_APIDS_CONF, true, recDir, &evtlist, true); m.exec(NULL, ""); timeoutEnd = CRCInput::calcTimeoutEnd(timeout); }