diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index ca20830ce..f016d2f4b 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1497,7 +1497,7 @@ void copy_info(CSectionsdClient::CurrentNextInfo *_info, CSectionsdClient::Curre void CInfoViewer::getEPG(const t_channel_id for_channel_id, CSectionsdClient::CurrentNextInfo &info) { /* to clear the oldinfo for channels without epg, call getEPG() with for_channel_id = 0 */ - if (for_channel_id == 0 || IS_WEBCHAN(for_channel_id)) + if (for_channel_id == 0 /*|| IS_WEBCHAN(for_channel_id)*/) { oldinfo.current_uniqueKey = 0; return;