diff options
Diffstat (limited to 'pyload/plugins')
-rw-r--r-- | pyload/plugins/accounts/FourSharedCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugins/accounts/FourSharedCom.py b/pyload/plugins/accounts/FourSharedCom.py index e4df62956..0f94c98fa 100644 --- a/pyload/plugins/accounts/FourSharedCom.py +++ b/pyload/plugins/accounts/FourSharedCom.py @@ -13,6 +13,7 @@ class FourSharedCom(Account): __author_name__ = ("zoidberg", "stickell") __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it") + def loadAccountInfo(self, user, req): # Free mode only for now return {"premium": False} |