diff options
Diffstat (limited to 'module/plugins/hooks/XFileSharingPro.py')
-rw-r--r-- | module/plugins/hooks/XFileSharingPro.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/XFileSharingPro.py b/module/plugins/hooks/XFileSharingPro.py index a1ef84be6..b30b24aa7 100644 --- a/module/plugins/hooks/XFileSharingPro.py +++ b/module/plugins/hooks/XFileSharingPro.py @@ -9,8 +9,8 @@ class XFileSharingPro(Hook): __name__ = "XFileSharingPro" __version__ = "0.09" __type__ = "hook" - __config__ = [("activated", "bool", "Activated", "True"), - ("loadDefault", "bool", "Include default (built-in) hoster list", "True"), + __config__ = [("activated", "bool", "Activated", True), + ("loadDefault", "bool", "Include default (built-in) hoster list", True), ("includeList", "str", "Include hosters (comma separated)", ""), ("excludeList", "str", "Exclude hosters (comma separated)", "")] __description__ = """XFileSharingPro hook plugin""" |