diff options
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |