- infoviewer: an addition to 14dcdc36e3

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
vanhofen
2023-04-12 23:13:55 +02:00
committed by Thilo Graf
parent b4bf491a46
commit ebd24e73f9
3 changed files with 3 additions and 3 deletions

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)
{
g_InfoViewer->get_livestreamInfo();
g_InfoViewer->init_livestreamInfo();
if (g_InfoViewer->get_livestreamInfo1() == "RESOLUTION=1x1") // comes from best_bitrate_m3u8.lua
{
Event = g_InfoViewer->get_livestreamInfo2();