diff options
Diffstat (limited to 'pyload/remote/pyload.thrift')
-rw-r--r-- | pyload/remote/pyload.thrift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/remote/pyload.thrift b/pyload/remote/pyload.thrift index da00bc680..6773b7eac 100644 --- a/pyload/remote/pyload.thrift +++ b/pyload/remote/pyload.thrift @@ -455,7 +455,7 @@ service Pyload { // moving package while downloading is not possible, so they will return bool to indicate success void updatePackage(1: PackageInfo pack) throws (1: PackageDoesNotExist e), - bool setPackageFolder(1: PackageID pid, 2: string path) throws (1: PackageDoesNotExist e), + PackageStatus setPackagePaused(1: PackageID pid, 2: bool paused) throws (1: PackageDoesNotExist e), // as above, this will move files on disk bool movePackage(1: PackageID pid, 2: PackageID root) throws (1: PackageDoesNotExist e), |