summaryrefslogtreecommitdiffstats
path: root/pyload/threads
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-18 20:12:23 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-18 20:12:23 +0100
commit6c7044da80faeddbca85531b5789fd9137e31311 (patch)
tree3cb82da09c4a0b9428200c36299e285da0794949 /pyload/threads
parentadditional fix (diff)
downloadpyload-6c7044da80faeddbca85531b5789fd9137e31311.tar.xz
additional fix #2
Diffstat (limited to 'pyload/threads')
-rw-r--r--pyload/threads/DecrypterThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/threads/DecrypterThread.py b/pyload/threads/DecrypterThread.py
index 419f153a2..2e4560094 100644
--- a/pyload/threads/DecrypterThread.py
+++ b/pyload/threads/DecrypterThread.py
@@ -42,7 +42,7 @@ class DecrypterThread(BaseThread):
for p in packages:
self.m.core.api.addPackage(p.name, p.getURLs(), pack.password)
- self.finished()
+ self.m.done(self)
def decrypt(self, plugin_map, password=None, err=False):
result = []