diff --git a/sabnzbd/postproc.py b/sabnzbd/postproc.py index 61ed03c..8a75173 100644 --- a/sabnzbd/postproc.py +++ b/sabnzbd/postproc.py @@ -130,9 +130,9 @@ class PostProcessor(Thread): def stop(self): """ Stop thread after finishing running job """ + self.__stop = True self.queue.put(None) self.save() - self.__stop = True def empty(self): """ Return True if pp queue is empty """