diff --git a/device.c b/device.c index 5cd8000..292f80c 100644 --- a/device.c +++ b/device.c @@ -309,7 +309,11 @@ bool cSatipDevice::ProvidesChannel(const cChannel *channelP, int priorityP, bool bool cSatipDevice::ProvidesEIT(void) const { +#if VDRVERSNUM < 20404 return (SatipConfig.GetEITScan()); +#else + return (SatipConfig.GetEITScan()) && DeviceHooksProvidesEIT(); +#endif } int cSatipDevice::NumProvidedSystems(void) const