summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eepg.c b/eepg.c
index bb4b5f5..4bfd5d7 100644
--- a/eepg.c
+++ b/eepg.c
@@ -4497,7 +4497,9 @@ bool cPluginEEPG::Start (void)
for (int i = 0; i < NumberOfAvailableSources; i++)
isyslog ("EEPG: Available sources:%s.", *cSource::ToString (AvailableSources[i]));
+#if APIVERSNUM > 10725
new cEEpgHandler();
+#endif
closedir(ConfigDir);
return true;