summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-08-04 21:20:11 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-08-04 21:20:11 +0200
commit30dbda33363d747c742a451ca5aba717de8a7044 (patch)
treed8b326dcb852862683052252155cea7f0e4d6f03 /pyLoadCore.py
parentnetload, ocr (diff)
downloadpyload-30dbda33363d747c742a451ca5aba717de8a7044.tar.xz
fixed pull manager, fixed gui stuff
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 075d22a19..d66b69a42 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -485,8 +485,8 @@ class ServerMethods():
def get_package_data(self, id):
return self.core.files.getPackageData(int(id))
- def get_file_info(self, id):
- return self.core.file_list.getFileInfo(id)
+ def get_file_data(self, id):
+ return self.core.files.getFileData(id)
def del_links(self, ids):
for id in ids:
@@ -600,7 +600,6 @@ class ServerMethods():
return False
def get_events(self, uuid):
- #@TODO
return self.core.pullManager.getEvents(uuid)
def get_premium_accounts(self):