summaryrefslogtreecommitdiff
path: root/infosatepg.cpp
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2012-10-07 08:38:52 +0200
committerMartin Dummer <martin.dummer@gmx.net>2012-10-07 08:38:52 +0200
commitb25ae187362b4954b312b752707cf060295cc7d1 (patch)
tree66f1f83d9aa0ff4e77159841570cae596c299312 /infosatepg.cpp
parent4c27f5fdd4f404822b486bccd5f2111460558451 (diff)
downloadvdr-plugin-infosatepg-b25ae187362b4954b312b752707cf060295cc7d1.tar.gz
vdr-plugin-infosatepg-b25ae187362b4954b312b752707cf060295cc7d1.tar.bz2
Added support for VDR >= 1.7.26
Diffstat (limited to 'infosatepg.cpp')
-rw-r--r--infosatepg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/infosatepg.cpp b/infosatepg.cpp
index 916013b..aefbbbc 100644
--- a/infosatepg.cpp
+++ b/infosatepg.cpp
@@ -194,7 +194,7 @@ void cPluginInfosatepg::MainThreadHook(void)
if (dev)
{
if (!dev->ProvidesTransponder(chan)) continue; // device cannot provide transponder -> skip
- if (EITScanner.UsesDevice(dev)) continue; // EITScanner is updating EPG -> skip
+ if (EITScanner.Active()) continue; // EITScanner is updating EPG -> skip
if (dev->Receiving()) continue; // device is recording -> skip
if (dev->IsPrimaryDevice()) continue; // device is primary -> skip
if (cDevice::ActualDevice()->CardIndex()==i) continue; // device is live viewing -> skip