From 258c404cff3e0243a40e4eb1cb1547ea0777fa09 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 25 Dec 2018 00:14:08 +0100 Subject: [PATCH] lcd4l: reset channelid when epg is changed to get a possible eventlogo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ea4287b4ab6cf1505d181bd9d9fa666ce85ad5ec Author: vanhofen 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 --- src/driver/lcd4l.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index 2b9aea838..6742688b9 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -930,6 +930,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))