diff options
Diffstat (limited to 'pyload/remote/pyload.thrift')
-rw-r--r-- | pyload/remote/pyload.thrift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/remote/pyload.thrift b/pyload/remote/pyload.thrift index f218896ef..309c972cd 100644 --- a/pyload/remote/pyload.thrift +++ b/pyload/remote/pyload.thrift @@ -83,6 +83,7 @@ enum InputType { Select, // select from list Multiple, // multiple choice from list of elements List, // arbitary list of elements + PluginList, // a list plugins from pyload Table // table like data structure } // more can be implemented by need |