From 7af5dc888fb8d4815507db27c2289be06181e8a7 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 26 Mar 2023 22:34:09 +0200 Subject: [PATCH] lcd4l: fix livestreamInfo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5bedaa5b7f384f4bd20f27be942f3ead899ba7a7 Author: vanhofen Date: 2023-03-26 (Sun, 26 Mar 2023) Origin message was: ------------------ - lcd4l: fix livestreamInfo ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcd4l.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index da5c574d9..6d23c1039 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -975,7 +975,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun) { if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv || CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webradio) { - // FIXME: Doesn't work with timing.infobar_tv/radio=0 + g_InfoViewer->get_livestreamInfo(); if (g_InfoViewer->get_livestreamInfo1() == "RESOLUTION=1x1") // comes from best_bitrate_m3u8.lua { Event = g_InfoViewer->get_livestreamInfo2();