diff options
Diffstat (limited to 'pyload/remote')
-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 6773b7eac..c68bf5502 100644 --- a/pyload/remote/pyload.thrift +++ b/pyload/remote/pyload.thrift @@ -454,7 +454,7 @@ service Pyload { // Modify Files/Packages // moving package while downloading is not possible, so they will return bool to indicate success - void updatePackage(1: PackageInfo pack) throws (1: PackageDoesNotExist e), + PackageInfo updatePackage(1: PackageInfo pack) throws (1: PackageDoesNotExist e), PackageStatus setPackagePaused(1: PackageID pid, 2: bool paused) throws (1: PackageDoesNotExist e), // as above, this will move files on disk |