From 1d74a9dcb91d16929a65a24d81ec441874ce4976 Mon Sep 17 00:00:00 2001 From: mkaay Date: Fri, 5 Nov 2010 16:45:06 +0100 Subject: sj fix --- module/plugins/Crypter.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/plugins/Crypter.py') diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py index ef8d0cfd0..123c26eec 100644 --- a/module/plugins/Crypter.py +++ b/module/plugins/Crypter.py @@ -36,6 +36,9 @@ class Crypter(Plugin): """ Put all packages here. It's a list of tuples like: ( name, [list of links], folder ) """ self.packages = [] + + self.multiDL = True + self.setup() #---------------------------------------------------------------------- def preprocessing(self, thread): -- cgit v1.2.3