summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-16 22:49:20 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-16 22:49:20 +0100
commit3db583f5f10a72e53ecd8d282ec5db1e3f4cd4dd (patch)
tree149a4e9f9dc4a5ffe8090133d1cfcf2013f64ea1 /pyLoadCore.py
parentnew images (diff)
downloadpyload-3db583f5f10a72e53ecd8d282ec5db1e3f4cd4dd.tar.xz
Webinterface authsystem
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: