summaryrefslogtreecommitdiff
path: root/infosatepg.cpp
diff options
context:
space:
mode:
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