don't pay attention to instant record timers, that are not running
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index 58c126961ebf74dd17b60b18dcc53f4b3b1be735..1dc0a1175769a6448519681ed642828a63b501b0 100644 (file)
@@ -1069,7 +1069,7 @@ class InfoBarInstantRecord:
                        return
                list = []
                for x in self.recording:
-                       if x.dontSave:
+                       if x.dontSave and x.isRunning():
                                list.append(TimerEntryComponent(x, False))              
 
                if answer[1] == "changeduration":