diff options
Diffstat (limited to 'module/plugins/hooks/PutdriveComHook.py')
-rw-r--r-- | module/plugins/hooks/PutdriveComHook.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/PutdriveComHook.py b/module/plugins/hooks/PutdriveComHook.py index 2c5310dbf..e863c2eda 100644 --- a/module/plugins/hooks/PutdriveComHook.py +++ b/module/plugins/hooks/PutdriveComHook.py @@ -7,6 +7,7 @@ class PutdriveComHook(ZeveraComHook): __name__ = "PutdriveComHook" __type__ = "hook" __version__ = "0.02" + __status__ = "stable" __config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"), ("pluginlist" , "str" , "Plugin list (comma separated)", "" ), |