diff options
Diffstat (limited to 'epghandler.c')
-rw-r--r-- | epghandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epghandler.c b/epghandler.c index 4e7ab30..5bfabf1 100644 --- a/epghandler.c +++ b/epghandler.c @@ -163,7 +163,7 @@ bool cEEpgHandler::HandleEvent(cEvent* Event) { if (equivHandler->getEquiChanMap().count(*Event->ChannelID().ToString()) <= 0) return true; - //if (modified) + if (modified) equivHandler->updateEquivalent(Event->ChannelID(), Event); //TODO just to see the difference |