summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/JustPremium.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/JustPremium.py')
-rw-r--r--module/plugins/hooks/JustPremium.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hooks/JustPremium.py b/module/plugins/hooks/JustPremium.py
index b30625e9a..bae9eb173 100644
--- a/module/plugins/hooks/JustPremium.py
+++ b/module/plugins/hooks/JustPremium.py
@@ -25,12 +25,12 @@ class JustPremium(Addon):
def links_added(self, links, pid):
- hosterdict = self.core.pluginManager.hosterPlugins
- linkdict = self.core.api.checkURLs(links)
+ hosterdict = self.pyload.pluginManager.hosterPlugins
+ linkdict = self.pyload.api.checkURLs(links)
- premiumplugins = set(account.type for account in self.core.api.getAccounts(False) \
+ premiumplugins = set(account.type for account in self.pyload.api.getAccounts(False) \
if account.valid and account.premium)
- multihosters = set(hoster for hoster in self.core.pluginManager.hosterPlugins \
+ multihosters = set(hoster for hoster in self.pyload.pluginManager.hosterPlugins \
if 'new_name' in hosterdict[hoster] \
and hosterdict[hoster]['new_name'] in premiumplugins)