From 3db583f5f10a72e53ecd8d282ec5db1e3f4cd4dd Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 16 Dec 2009 22:49:20 +0100 Subject: Webinterface authsystem --- pyLoadCore.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyLoadCore.py') 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: -- cgit v1.2.3