diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 0a30c1849..5550c9b9b 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -358,6 +358,7 @@ class ServerMethods(): download['percent'] = pyfile.status.percent() download['status'] = pyfile.status.type download['wait_until'] = pyfile.status.waituntil + download['package'] = pyfile.package.data["package_name"] downloads.append(download) return downloads |