take care of count of receivable satellites in transponder useable score
[vuplus_dvbapp] / RecordTimer.py
index 9a874a4..eb9de6f 100644 (file)
@@ -242,7 +242,7 @@ class RecordTimer(timer.Timer):
        def isRecording(self):
                isRunning = False
                for timer in self.timer_list:
-                       if timer.isRunning():
+                       if timer.isRunning() and not timer.justplay:
                                isRunning = True
                return isRunning