diff options
author | 2013-12-01 21:06:17 +0100 | |
---|---|---|
committer | 2013-12-01 21:06:17 +0100 | |
commit | fdb98aba01a9cbf415526d796a24d372fd00419a (patch) | |
tree | da9c9c3138d727bc282ca2db618dc4b56ec62f30 /pyload/remote/apitypes.py | |
parent | fixed are few addons and improved crypter workarounds (diff) | |
download | pyload-fdb98aba01a9cbf415526d796a24d372fd00419a.tar.xz |
fixed cnl, packages now pausable
Diffstat (limited to 'pyload/remote/apitypes.py')
-rw-r--r-- | pyload/remote/apitypes.py | 2 |
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 |