From 4207037e470c6bd0b3011954b8ccd34a5b32a49d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 18 Jan 2014 20:52:00 +0100 Subject: additional fix #6 --- pyload/DownloadManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/DownloadManager.py') diff --git a/pyload/DownloadManager.py b/pyload/DownloadManager.py index 452be93e1..e5354d84c 100644 --- a/pyload/DownloadManager.py +++ b/pyload/DownloadManager.py @@ -98,7 +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.decrypter.append(DecrypterThread(self, [(info.download.plugin, info.download.url)], + self.decrypter.append(DecrypterThread(self, [(info.download.url, info.download.plugin)], info.fid, info.package, info.owner)) @read_lock -- cgit v1.2.3