summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/Hoster.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/Hoster.py')
-rw-r--r--pyload/plugins/Hoster.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyload/plugins/Hoster.py b/pyload/plugins/Hoster.py
index b59d11a9c..0ad07878a 100644
--- a/pyload/plugins/Hoster.py
+++ b/pyload/plugins/Hoster.py
@@ -47,6 +47,8 @@ class Hoster(Base):
"""
pass
+ __type__ = "hoster"
+
def __init__(self, pyfile):
# TODO: pyfile.owner, but it's not correct yet
Base.__init__(self, pyfile.m.core)