diff options
Diffstat (limited to 'module/plugins/hooks/LinkdecrypterComHook.py')
-rw-r--r-- | module/plugins/hooks/LinkdecrypterComHook.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/LinkdecrypterComHook.py b/module/plugins/hooks/LinkdecrypterComHook.py index f9ab1f3ff..96c1b2b5e 100644 --- a/module/plugins/hooks/LinkdecrypterComHook.py +++ b/module/plugins/hooks/LinkdecrypterComHook.py @@ -6,10 +6,10 @@ from module.plugins.internal.Addon import Addon class LinkdecrypterComHook(Addon): - __name__ = "LinkdecrypterCom" + __name__ = "LinkdecrypterComHook" __type__ = "hook" __version__ = "1.09" - __status__ = "testing" + __status__ = "broken" __config__ = [("activated" , "bool" , "Activated" , False), ("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"), |