summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-16 22:49:48 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-16 22:49:48 +0100
commitea5dbe7e25b156bb0b2e9e6da06c7da9549ddbe5 (patch)
treedf4f212d5d320700dc8db4509fc9326e385d0899 /pyLoadCore.py
parentFixed Relink.us, Uploaded.to Name Bug (diff)
parentWebinterface authsystem (diff)
downloadpyload-ea5dbe7e25b156bb0b2e9e6da06c7da9549ddbe5.tar.xz
merged
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index fa9eb3d85..ee8cd8109 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -375,6 +375,7 @@ class ServerMethods():
status = {}
status['pause'] = self.core.thread_list.pause
status['queue'] = self.core.file_list.countDownloads()
+ status['total'] = len(self.core.file_list.data['queue'])
status['speed'] = 0
for pyfile in self.core.thread_list.py_downloading: