diff options
Diffstat (limited to 'infosatepg.cpp')
-rw-r--r-- | infosatepg.cpp | 2 |
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 |