summaryrefslogtreecommitdiffstats
path: root/module/remote/pyload.thrift
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-20 23:11:33 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-20 23:11:33 +0100
commit14ecf91716fd403922b44567d75d4cbe3abea617 (patch)
tree9f101dbedd74b9f19c7c187114ffd6fcab7e19fa /module/remote/pyload.thrift
parentfixed showing files after deletion of package (diff)
downloadpyload-14ecf91716fd403922b44567d75d4cbe3abea617.tar.xz
parse category from addons
Diffstat (limited to 'module/remote/pyload.thrift')
-rw-r--r--module/remote/pyload.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/pyload.thrift b/module/remote/pyload.thrift
index 6a77bdc1d..7eadd54e6 100644
--- a/module/remote/pyload.thrift
+++ b/module/remote/pyload.thrift
@@ -250,7 +250,7 @@ struct ConfigInfo {
1: string name
2: string label,
3: string description,
- 4: bool addon,
+ 4: string category,
5: bool user_context,
6: optional bool activated,
}