- lcd4l: reset channelid when epg is changed to get a possible eventlogo

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-25 00:14:08 +01:00
committed by Thilo Graf
parent 4853dd82d0
commit 1d0d8ade9c

View File

@@ -951,6 +951,8 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
{
WriteFile(EVENT, Event, g_settings.lcd4l_convert);
m_Event = Event;
m_ParseID = 0; // reset channelid to get a possible eventlogo
}
if (m_Info1.compare(Info1))