diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-17 13:56:06 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-17 13:56:18 +0200 |
commit | 4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 (patch) | |
tree | 22cd1a99e99d1095a9730a8f86733e4fffc55f91 /pyload/remote/apitypes.py | |
parent | Using the same string to avoid multiple translations (diff) | |
download | pyload-4094ef56e050c3d8739ed0646b8eb2d17a7e65f4.tar.xz |
improved progressbar rendering
Diffstat (limited to 'pyload/remote/apitypes.py')
-rw-r--r-- | pyload/remote/apitypes.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |