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

Origin commit data
------------------
Branch: ni/coolstream
Commit: ea4287b4ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)

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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-25 00:14:08 +01:00
parent db8ab0c94e
commit 258c404cff

View File

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