From 1e338a279aba747534fd1e7aedc8d7aec319f5f2 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 30 Dec 2013 19:52:29 +0100 Subject: show progress of decrypting and link checking, added indicator in link grabber --- pyload/threads/AddonThread.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/threads/AddonThread.py') diff --git a/pyload/threads/AddonThread.py b/pyload/threads/AddonThread.py index d8d84cbfa..c82045803 100644 --- a/pyload/threads/AddonThread.py +++ b/pyload/threads/AddonThread.py @@ -21,7 +21,7 @@ class AddonThread(BaseThread): self.active = [] self.progress = 0 - m.localThreads.append(self) + m.addThread(self) self.start() @@ -76,4 +76,4 @@ class AddonThread(BaseThread): for x in local: self.finishFile(x) - self.m.localThreads.remove(self) \ No newline at end of file + self.finished() \ No newline at end of file -- cgit v1.2.3