summaryrefslogtreecommitdiffstats
path: root/pyload/threads/DecrypterThread.py
diff options
context:
space:
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: