summaryrefslogtreecommitdiffstats
path: root/pyload/threads/DecrypterThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-18 22:27:32 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-18 22:27:32 +0100
commit23c628363aa0a7f44b5e869551b2bbcacad3e96c (patch)
treead305ef49bffdcbfab46e4fe47968ab677d4d747 /pyload/threads/DecrypterThread.py
parentdecrypt single packages into the current one (diff)
downloadpyload-23c628363aa0a7f44b5e869551b2bbcacad3e96c.tar.xz
basically working multi-user mode
Diffstat (limited to 'pyload/threads/DecrypterThread.py')
-rw-r--r--pyload/threads/DecrypterThread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/threads/DecrypterThread.py b/pyload/threads/DecrypterThread.py
index 03c68dcca..1248e4733 100644
--- a/pyload/threads/DecrypterThread.py
+++ b/pyload/threads/DecrypterThread.py
@@ -42,6 +42,7 @@ class DecrypterThread(BaseThread):
# if there is only one package links will be added to current one
if len(packages) == 1:
+ # TODO: also rename the package (optionally)
api.addLinks(self.pid, packages[0].getURLs())
else:
for p in packages: