diff options
author | 2015-03-18 13:39:07 +0100 | |
---|---|---|
committer | 2015-03-18 13:39:07 +0100 | |
commit | 2bc144adb6bc2759b635e09687b27bf96074827f (patch) | |
tree | 7f33ba4952b37c6c81425786f103524084975bd7 /module/plugins/hooks/JustPremium.py | |
parent | [UpdateManager] Dispatch Event on plugins update (diff) | |
download | pyload-2bc144adb6bc2759b635e09687b27bf96074827f.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hooks/JustPremium.py')
-rw-r--r-- | module/plugins/hooks/JustPremium.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/module/plugins/hooks/JustPremium.py b/module/plugins/hooks/JustPremium.py index 3064743e2..b82af3e78 100644 --- a/module/plugins/hooks/JustPremium.py +++ b/module/plugins/hooks/JustPremium.py @@ -23,6 +23,15 @@ class JustPremium(Hook): event_list = ["linksAdded"] + #@TODO: Remove in 0.4.10 + def initPeriodical(self): + pass + + + def setup(self): + self.info = {} #@TODO: Remove in 0.4.10 + + def linksAdded(self, links, pid): hosterdict = self.core.pluginManager.hosterPlugins linkdict = self.core.api.checkURLs(links) |