From ee0a5b881b9daa990025841a2f3d70e5e813debf Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sun, 19 Jul 2020 15:03:57 +0200 Subject: [PATCH] infoviewer.cpp fix show stream metadata Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/42a08583101dac3b2c3697eb43fbc1c2062f0389 Author: Jacek Jendrzej Date: 2020-07-19 (Sun, 19 Jul 2020) --- 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 820eb9641..f67de6120 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -984,7 +984,7 @@ bool CInfoViewer::showLivestreamInfo() { CZapitChannel * cc = CZapit::getInstance()->GetCurrentChannel(); bool web_mode = (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv || CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webradio); - if (web_mode && cc->getEpgID() == 0) + if (web_mode && (cc->getEpgID() == 0 || (cc->getScriptName().empty() && info_CurrentNext.current_uniqueKey == 0 && info_CurrentNext.next_uniqueKey == 0))) { std::string livestreamInfo1 = ""; std::string livestreamInfo2 = "";