diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-18 22:27:32 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-18 22:27:32 +0100 |
commit | 23c628363aa0a7f44b5e869551b2bbcacad3e96c (patch) | |
tree | ad305ef49bffdcbfab46e4fe47968ab677d4d747 /pyload/threads/DecrypterThread.py | |
parent | decrypt single packages into the current one (diff) | |
download | pyload-23c628363aa0a7f44b5e869551b2bbcacad3e96c.tar.xz |
basically working multi-user mode
Diffstat (limited to 'pyload/threads/DecrypterThread.py')
-rw-r--r-- | pyload/threads/DecrypterThread.py | 1 |
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: |