From 7b5ac9a8e156002c7a9dd19b6d6756465bd185bc Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 18 Oct 2015 21:41:13 +0200 Subject: Spare code fixes --- module/plugins/hooks/LinkdecrypterComHook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hooks/LinkdecrypterComHook.py') 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"), -- cgit v1.2.3