aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RecordTimer.py b/RecordTimer.py
index 9a874a4c..eb9de6fb 100644
--- a/RecordTimer.py
+++ b/RecordTimer.py
@@ -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