diff options
| author | 2013-02-20 23:11:33 +0100 | |
|---|---|---|
| committer | 2013-02-20 23:11:33 +0100 | |
| commit | 14ecf91716fd403922b44567d75d4cbe3abea617 (patch) | |
| tree | 9f101dbedd74b9f19c7c187114ffd6fcab7e19fa /module/remote/pyload.thrift | |
| parent | fixed showing files after deletion of package (diff) | |
| download | pyload-14ecf91716fd403922b44567d75d4cbe3abea617.tar.xz | |
parse category from addons
Diffstat (limited to 'module/remote/pyload.thrift')
| -rw-r--r-- | module/remote/pyload.thrift | 2 |
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, } |
