diff options
| author | 2009-10-28 22:07:16 +0100 | |
|---|---|---|
| committer | 2009-10-28 22:07:16 +0100 | |
| commit | 240bc2ce3570c296cc1f1560214e675081a7ec03 (patch) | |
| tree | 210a833083bbf1a07f2236e55aacde85d37f21bf /module/plugins | |
| parent | Checks installs (diff) | |
| download | pyload-240bc2ce3570c296cc1f1560214e675081a7ec03.tar.xz | |
fixed #31
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/NetloadIn.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/module/plugins/NetloadIn.py b/module/plugins/NetloadIn.py index 789c84a2d..e2fec0615 100644 --- a/module/plugins/NetloadIn.py +++ b/module/plugins/NetloadIn.py @@ -25,6 +25,7 @@ class NetloadIn(Plugin):          self.parent = parent          self.html = [None, None, None]          self.want_reconnect = False +        self.multi_dl = False          self.init_ocr()      def prepare(self, thread): | 
