mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 11:37:42 +00:00
EIT device hook for API >= 20403
This commit is contained in:
parent
5556dbefc8
commit
443f3939cc
2
device.c
2
device.c
@ -309,7 +309,7 @@ bool cSatipDevice::ProvidesChannel(const cChannel *channelP, int priorityP, bool
|
|||||||
|
|
||||||
bool cSatipDevice::ProvidesEIT(void) const
|
bool cSatipDevice::ProvidesEIT(void) const
|
||||||
{
|
{
|
||||||
#if defined(APIVERSNUM) && APIVERSNUM < 20404
|
#if defined(APIVERSNUM) && APIVERSNUM < 20403
|
||||||
return (SatipConfig.GetEITScan());
|
return (SatipConfig.GetEITScan());
|
||||||
#else
|
#else
|
||||||
return (SatipConfig.GetEITScan()) && DeviceHooksProvidesEIT();
|
return (SatipConfig.GetEITScan()) && DeviceHooksProvidesEIT();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user