From 1f4c6cd6e4b712263b40de4ce1fcebe716019b4f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 6 Dec 2013 18:15:24 +0100 Subject: package edit dialog --- pyload/remote/pyload.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/remote/pyload.thrift') 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 -- cgit v1.2.3