diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-06 18:15:24 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-06 18:15:24 +0100 |
commit | 1f4c6cd6e4b712263b40de4ce1fcebe716019b4f (patch) | |
tree | d25db580032edff61a58b3be426b4681e23addf8 /pyload/remote/pyload.thrift | |
parent | fixed jshint (diff) | |
download | pyload-1f4c6cd6e4b712263b40de4ce1fcebe716019b4f.tar.xz |
package edit dialog
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 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 |