summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-08 23:17:40 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-08 23:17:40 +0200
commit8c69c4f756c6aaf8f3254ffb15f83aa7a4df91ac (patch)
treeb2f6409c1db7cbf4a405d02a27a147b2f42e2c70 /pyLoadCore.py
parentnew useful events, allDownloadsProcessed + allDownloadsFinished (diff)
downloadpyload-8c69c4f756c6aaf8f3254ffb15f83aa7a4df91ac.tar.xz
show queue in webif
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
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}