From 9a9ffd754bb5eab0f239d4de1e8d3d1c326ecd7e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 8 Nov 2016 21:48:51 +0100 Subject: [PATCH] channellist: fix epg for webtv channels Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/b59527e9873e45133096bc0f496b80d0c420cf7d Author: vanhofen Date: 2016-11-08 (Tue, 08 Nov 2016) Origin message was: ------------------ - channellist: fix epg for webtv channels --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index c6c9bafa3..55437a472 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -2336,7 +2336,7 @@ void CChannelList::paint_events() int current_index = paint_events_index; CChannelEventList evtlist; - readEvents((*chanlist)[current_index]->getChannelID(), evtlist); + readEvents((*chanlist)[current_index]->getEpgID(), evtlist); if (current_index == paint_events_index) { pthread_mutex_lock(&paint_events_mutex); if (current_index == paint_events_index)