mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Add DeviceHooksProvidesEIT() from vdr-2.4.3+ (#68)
This commit is contained in:
parent
df81905821
commit
43b60b1566
4
device.c
4
device.c
@ -309,7 +309,11 @@ bool cSatipDevice::ProvidesChannel(const cChannel *channelP, int priorityP, bool
|
|||||||
|
|
||||||
bool cSatipDevice::ProvidesEIT(void) const
|
bool cSatipDevice::ProvidesEIT(void) const
|
||||||
{
|
{
|
||||||
|
#if defined(APIVERSNUM) && APIVERSNUM < 20403
|
||||||
return (SatipConfig.GetEITScan());
|
return (SatipConfig.GetEITScan());
|
||||||
|
#else
|
||||||
|
return (SatipConfig.GetEITScan()) && DeviceHooksProvidesEIT();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
int cSatipDevice::NumProvidedSystems(void) const
|
int cSatipDevice::NumProvidedSystems(void) const
|
||||||
|
Loading…
Reference in New Issue
Block a user