diff options
author | Stefano <l.stickell@yahoo.it> | 2014-05-05 23:44:16 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-05-05 23:44:16 +0200 |
commit | d3cb016950e6271cdb71b7ac41d8933ab9286079 (patch) | |
tree | df437b93706c4b2b7536a40e3d726ca1599bd9ec /module/plugins/accounts | |
parent | Update ShareonlineBiz (diff) | |
download | pyload-d3cb016950e6271cdb71b7ac41d8933ab9286079.tar.xz |
Fixed MegaDebridEu file names
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/MegaDebridEu.py (renamed from module/plugins/accounts/MegaDebrid.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/MegaDebrid.py b/module/plugins/accounts/MegaDebridEu.py index 053b6020c..1fbe00ff7 100644 --- a/module/plugins/accounts/MegaDebrid.py +++ b/module/plugins/accounts/MegaDebridEu.py @@ -20,7 +20,7 @@ from module.common.json_layer import json_loads class MegaDebridEu(Account): __name__ = "MegaDebridEu" - __version__ = "0.1" + __version__ = "0.2" __type__ = "account" __description__ = """mega-debrid.eu account plugin""" __author_name__ = "D.Ducatel" |