summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
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}