summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eepg.c b/eepg.c
index d787951..ab684f4 100644
--- a/eepg.c
+++ b/eepg.c
@@ -4577,6 +4577,7 @@ bool cPluginEEPG::Start (void)
for (int i = 0; i < NumberOfAvailableSources; i++)
isyslog ("EEPG: Available sources:%s.", *cSource::ToString (AvailableSources[i]));
+ new cEEpgHandler();
return true;
}