summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/eepg.c b/eepg.c
index 76f3746..b478870 100644
--- a/eepg.c
+++ b/eepg.c
@@ -3006,6 +3006,8 @@ void cEIT2::updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEven
newEvent->FixEpgBugs ();
pSchedule->AddEvent(newEvent);
+ pSchedule->Sort ();
+
}
} else {
@@ -3025,6 +3027,7 @@ void cEIT2::updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEven
newEvent->FixEpgBugs ();
pSchedule->AddEvent(newEvent);
+ pSchedule->Sort ();
}
}
}