summaryrefslogtreecommitdiffstats
path: root/pyload/remote/apitypes.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-12-01 21:06:17 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-12-01 21:06:17 +0100
commitfdb98aba01a9cbf415526d796a24d372fd00419a (patch)
treeda9c9c3138d727bc282ca2db618dc4b56ec62f30 /pyload/remote/apitypes.py
parentfixed are few addons and improved crypter workarounds (diff)
downloadpyload-fdb98aba01a9cbf415526d796a24d372fd00419a.tar.xz
fixed cnl, packages now pausable
Diffstat (limited to 'pyload/remote/apitypes.py')
-rw-r--r--pyload/remote/apitypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/remote/apitypes.py b/pyload/remote/apitypes.py
index decfbb8b3..07e04d5de 100644
--- a/pyload/remote/apitypes.py
+++ b/pyload/remote/apitypes.py
@@ -507,7 +507,7 @@ class Iface(object):
pass
def setInteractionResult(self, iid, result):
pass
- def setPackageFolder(self, pid, path):
+ def setPackagePaused(self, pid, paused):
pass
def setPassword(self, username, old_password, new_password):
pass