summaryrefslogtreecommitdiffstats
path: root/pyload/DownloadManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-18 21:01:07 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-18 21:01:07 +0100
commitc5bce87d93de4ef981a411700e26c833f60d4786 (patch)
tree06391f61c26095697cfb8698de593c62469c637c /pyload/DownloadManager.py
parentadditional fix #6 (diff)
downloadpyload-c5bce87d93de4ef981a411700e26c833f60d4786.tar.xz
additional fix #5
Diffstat (limited to 'pyload/DownloadManager.py')
-rw-r--r--pyload/DownloadManager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/DownloadManager.py b/pyload/DownloadManager.py
index e5354d84c..2d12088b5 100644
--- a/pyload/DownloadManager.py
+++ b/pyload/DownloadManager.py
@@ -98,6 +98,7 @@ class DownloadManager:
@lock
def startDecrypterThread(self, info):
""" Start decrypting of entered data, all links in one package are accumulated to one thread."""
+ self.core.files.setDownloadStatus(info.fid, DS.Decrypting)
self.decrypter.append(DecrypterThread(self, [(info.download.url, info.download.plugin)],
info.fid, info.package, info.owner))