From 07f061bf96992a447ad535460ad6053d15a86888 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 17 Nov 2013 20:46:52 +0100 Subject: adapted multihoster to new plugin manager --- pyload/datatypes/PyFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/datatypes/PyFile.py') diff --git a/pyload/datatypes/PyFile.py b/pyload/datatypes/PyFile.py index 3ce114beb..3068b8251 100644 --- a/pyload/datatypes/PyFile.py +++ b/pyload/datatypes/PyFile.py @@ -139,7 +139,7 @@ class PyFile(object): def initPlugin(self): """ inits plugin instance """ if not self.plugin: - self.pluginclass = self.m.core.pluginManager.getPluginClass(self.pluginname) + self.pluginclass = self.m.core.pluginManager.getPluginClass("hoster", self.pluginname) self.plugin = self.pluginclass(self) @read_lock -- cgit v1.2.3