summaryrefslogtreecommitdiffstats
path: root/pyload/remote/pyload.thrift
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-17 13:56:06 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-17 13:56:18 +0200
commit4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 (patch)
tree22cd1a99e99d1095a9730a8f86733e4fffc55f91 /pyload/remote/pyload.thrift
parentUsing the same string to avoid multiple translations (diff)
downloadpyload-4094ef56e050c3d8739ed0646b8eb2d17a7e65f4.tar.xz
improved progressbar rendering
Diffstat (limited to 'pyload/remote/pyload.thrift')
-rw-r--r--pyload/remote/pyload.thrift1
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