diff --git a/bin/lib/Tracker.py b/bin/lib/Tracker.py index beb7aacc..b1f2e218 100755 --- a/bin/lib/Tracker.py +++ b/bin/lib/Tracker.py @@ -1530,7 +1530,7 @@ class RetroHunt: self._set_state(state) def delete(self): - if self.is_running() and self.get_state() != 'completed': + if self.is_running() and self.get_state() not in ['completed', 'paused']: return None # Delete custom rule