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