summaryrefslogtreecommitdiffstats
path: root/module/remote/pyload.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'module/remote/pyload.thrift')
-rw-r--r--module/remote/pyload.thrift18
1 files changed, 9 insertions, 9 deletions
diff --git a/module/remote/pyload.thrift b/module/remote/pyload.thrift
index c66ec20d6..dc6b1c406 100644
--- a/module/remote/pyload.thrift
+++ b/module/remote/pyload.thrift
@@ -128,15 +128,6 @@ struct ProgressInfo {
7: optional DownloadProgress download
}
-struct ServerStatus {
- 1: i16 queuedDownloads,
- 2: i16 totalDownloads,
- 3: ByteCount speed,
- 4: bool pause,
- 5: bool download,
- 6: bool reconnect
-}
-
// download info for specific file
struct DownloadInfo {
1: string url,
@@ -203,6 +194,15 @@ struct LinkStatus {
6: string packagename,
}
+struct ServerStatus {
+ 1: ByteCount speed,
+ 2: PackageStats files,
+ 3: i16 notifications,
+ 4: bool paused,
+ 5: bool download,
+ 6: bool reconnect,
+}
+
struct InteractionTask {
1: InteractionID iid,
2: Input input,