- lcd4l: fix livestreamInfo

This commit is contained in:
vanhofen
2023-03-26 22:34:09 +02:00
committed by Thilo Graf
parent 430d2c07ed
commit 4de50f4c77

View File

@@ -980,7 +980,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
{ {
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv || CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webradio) 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 if (g_InfoViewer->get_livestreamInfo1() == "RESOLUTION=1x1") // comes from best_bitrate_m3u8.lua
{ {
Event = g_InfoViewer->get_livestreamInfo2(); Event = g_InfoViewer->get_livestreamInfo2();