summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-08 23:09:13 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-08 23:09:13 +0200
commitaa6aec1210a0f3d7f35071b403e97224ef1a4e71 (patch)
tree0d4ff9b506a910e15d912622f55aa6bb57e76718 /module/PluginThread.py
parentcalculate queue count, db improvements (diff)
downloadpyload-aa6aec1210a0f3d7f35071b403e97224ef1a4e71.tar.xz
new useful events, allDownloadsProcessed + allDownloadsFinished
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index d1c139062..228ba4e6a 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -276,7 +276,7 @@ class DownloadThread(PluginThread):
finally:
self.m.core.files.save()
- self.m.core.files.resetCount()
+ self.m.core.files.checkAllLinksProcessed()
exc_clear()