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_debug.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_debug.py')
-rw-r--r-- | pyload/remote/apitypes_debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/remote/apitypes_debug.py b/pyload/remote/apitypes_debug.py index 7c19235c2..382c3e178 100644 --- a/pyload/remote/apitypes_debug.py +++ b/pyload/remote/apitypes_debug.py @@ -115,7 +115,7 @@ methods = { 'searchSuggestions': (list, basestring), 'setConfigValue': None, 'setInteractionResult': None, - 'setPackageFolder': bool, + 'setPackagePaused': int, 'setPassword': bool, 'stopAllDownloads': None, 'stopDownloads': None, |