From 8c69c4f756c6aaf8f3254ffb15f83aa7a4df91ac Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 8 Jul 2011 23:17:40 +0200 Subject: show queue in webif --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 1c0c39403..561bf3466 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -636,7 +636,7 @@ class ServerMethods(): """ dict with current server status """ status = {'pause': self.core.threadManager.pause, 'activ': len(self.core.threadManager.processingIds()), - 'queue': self.core.files.getFileCount(), + 'queue': self.core.files.getQueueCount(), 'total': self.core.files.getFileCount(), 'speed': 0} -- cgit v1.2.3