summaryrefslogtreecommitdiffstats
path: root/module/ThreadManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r--module/ThreadManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py
index 30c3630b1..d6bf155a5 100644
--- a/module/ThreadManager.py
+++ b/module/ThreadManager.py
@@ -202,7 +202,7 @@ class ThreadManager:
if job.plugin.__type__ == "hoster":
if free:
thread = free[0]
- self.downloaded += 1
+ #self.downloaded += 1
thread.put(job)
else: