From 96691b4e0dfe6dfef610749f28f60f27421b5c93 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Wed, 18 Sep 2024 12:48:44 +0200 Subject: [PATCH] fix sleeptimer for webtv Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/2260d137040b150da29d5e7db6ffaaa9446f9e7d Author: TangoCash Date: 2024-09-18 (Wed, 18 Sep 2024) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;