summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-17 23:52:22 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-17 23:52:22 +0100
commita9a0ab594e4ea05532ff089b8eee7bf20ea571be (patch)
tree485937ee65c55ff4074fc9ca5b54152994567885 /pyLoadCore.py
parentRemoved prints (diff)
downloadpyload-a9a0ab594e4ea05532ff089b8eee7bf20ea571be.tar.xz
new web JSON functions
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
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