diff options
Diffstat (limited to 'pyload/plugins/addons/XFileSharingPro.py')
-rw-r--r-- | pyload/plugins/addons/XFileSharingPro.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addons/XFileSharingPro.py b/pyload/plugins/addons/XFileSharingPro.py index a1ef84be6..b30b24aa7 100644 --- a/pyload/plugins/addons/XFileSharingPro.py +++ b/pyload/plugins/addons/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""" |