summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/RarefileNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/RarefileNet.py')
-rw-r--r--module/plugins/accounts/RarefileNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/RarefileNet.py b/module/plugins/accounts/RarefileNet.py
index 5f52ba147..0004c0f79 100644
--- a/module/plugins/accounts/RarefileNet.py
+++ b/module/plugins/accounts/RarefileNet.py
@@ -6,7 +6,7 @@ from module.plugins.internal.XFSAccount import XFSAccount
class RarefileNet(XFSAccount):
__name__ = "RarefileNet"
__type__ = "account"
- __version__ = "0.05"
+ __version__ = "0.06"
__status__ = "testing"
__description__ = """RareFile.net account plugin"""
@@ -14,4 +14,4 @@ class RarefileNet(XFSAccount):
__authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
- HOSTER_DOMAIN = "rarefile.net"
+ PLUGIN_DOMAIN = "rarefile.net"