summaryrefslogtreecommitdiffstats
path: root/pyload/remote/apitypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/remote/apitypes.py')
-rw-r--r--pyload/remote/apitypes.py3
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