From c5bce87d93de4ef981a411700e26c833f60d4786 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 18 Jan 2014 21:01:07 +0100 Subject: additional fix #5 --- pyload/DownloadManager.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyload/DownloadManager.py') 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)) -- cgit v1.2.3