diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-12 13:28:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-12 13:28:03 +0200 |
commit | ba681d56690fb9813adc15aa7f1b4bdf503ccd22 (patch) | |
tree | d86071a033ae5294401f2bc888a108fe5b06e49a /module/PluginThread.py | |
parent | several fixes (diff) | |
download | pyload-ba681d56690fb9813adc15aa7f1b4bdf503ccd22.tar.xz |
some fixes
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index ed289a591..d3801788e 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -230,6 +230,7 @@ class DownloadThread(PluginThread): self.active = False pyfile.release() else: + pyfile.plugin.req.canContinue = False self.queue.put(pyfile) continue |