AutoPoller.py: fix missing import
[vuplus_dvbapp-plugin] / autotimer / src / AutoTimerOverview.py
index 64a8a25..dd3ea29 100644 (file)
@@ -18,9 +18,6 @@ from Components.ActionMap import HelpableActionMap
 from Components.config import config
 from Components.Sources.StaticText import StaticText
 
-# Plugin
-from AutoTimerComponent import AutoTimerComponent
-
 class AutoTimerOverviewSummary(Screen):
        skin = """
        <screen position="0,0" size="132,64">
@@ -231,7 +228,7 @@ class AutoTimerOverview(Screen, HelpableScreen):
                ret = ret and ret[1]
                if ret:
                        if ret == "preview":
-                               total, new, modified, timers = self.autotimer.parseEPG(simulateOnly = True)
+                               total, new, modified, timers, conflicts = self.autotimer.parseEPG(simulateOnly = True)
                                self.session.open(
                                        AutoTimerPreview,
                                        timers