mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
apply requested change
This commit is contained in:
parent
f5874c576a
commit
5556dbefc8
2
device.c
2
device.c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user