summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-12 23:33:27 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-12 23:33:27 +0200
commit7a491109ba2f784ae7a41b89090dae14e2fbe4b5 (patch)
treeaee8267a7458cd22fcd9141a26ec56093da07de1 /module
parent[DeleteFinished] Fix pluginConfigChanged (diff)
downloadpyload-7a491109ba2f784ae7a41b89090dae14e2fbe4b5.tar.xz
[XFileSharingPro] Code cosmetics
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/XFileSharingPro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/XFileSharingPro.py b/module/plugins/hooks/XFileSharingPro.py
index 7b1b12549..13d11155c 100644
--- a/module/plugins/hooks/XFileSharingPro.py
+++ b/module/plugins/hooks/XFileSharingPro.py
@@ -31,7 +31,7 @@ class XFileSharingPro(Hook):
def coreReady(self):
- self.pluginConfigChanged(self.__name__, "coreReady", None)
+ self.loadPattern()
def loadPattern(self):