diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-14 19:42:27 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-14 19:42:27 +0200 |
commit | 4612984d4bd929f814a56118620faa02cbf74577 (patch) | |
tree | e3c2a158e5dfcee061f18e6edf2975c184f8d941 /module/remote/thriftbackend/pyload.thrift | |
parent | new DLC plugins, adapted irc interface - needs testing (diff) | |
download | pyload-4612984d4bd929f814a56118620faa02cbf74577.tar.xz |
fixed config on webif + show description
Diffstat (limited to 'module/remote/thriftbackend/pyload.thrift')
-rw-r--r-- | module/remote/thriftbackend/pyload.thrift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift index 32fe69d13..eff697d05 100644 --- a/module/remote/thriftbackend/pyload.thrift +++ b/module/remote/thriftbackend/pyload.thrift @@ -77,7 +77,8 @@ struct ConfigItem { struct ConfigSection { 1: string name, 2: string description, - 3: list<ConfigItem> items + 3: list<ConfigItem> items, + 4: optional string outline } struct FileData { |