summaryrefslogtreecommitdiff
path: root/epghandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'epghandler.c')
-rw-r--r--epghandler.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/epghandler.c b/epghandler.c
index a1b92c3..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
@@ -184,6 +184,12 @@ bool cEEpgHandler::SortSchedule(cSchedule* Schedule) {
return true;
}
+bool cEEpgHandler::FixEpgBugs(cEvent* Event)
+{
+ //TODO to see which channels have bugs - disable fixing with true
+ return false;
+}
+
bool cEEpgHandler::DropOutdated(cSchedule* Schedule, time_t SegmentStart,
time_t SegmentEnd, uchar TableID, uchar Version) {
return false;