apply requested change

This commit is contained in:
wirbel 2021-01-31 09:19:00 +01:00
parent f5874c576a
commit 5556dbefc8
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ bool cSatipDevice::ProvidesChannel(const cChannel *channelP, int priorityP, bool
bool cSatipDevice::ProvidesEIT(void) const
{
#if VDRVERSNUM < 20404
#if defined(APIVERSNUM) && APIVERSNUM < 20404
return (SatipConfig.GetEITScan());
#else
return (SatipConfig.GetEITScan()) && DeviceHooksProvidesEIT();