From 4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 17 Jul 2013 13:56:06 +0200 Subject: improved progressbar rendering --- pyload/remote/apitypes.py | 3 ++- pyload/remote/pyload.thrift | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'pyload/remote') diff --git a/pyload/remote/apitypes.py b/pyload/remote/apitypes.py index d487599c3..6cf7529fd 100644 --- a/pyload/remote/apitypes.py +++ b/pyload/remote/apitypes.py @@ -57,7 +57,8 @@ class InputType: Select = 10 Multiple = 11 List = 12 - Table = 13 + PluginList = 13 + Table = 14 class Interaction: All = 0 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 -- cgit v1.2.3