diff options
| author | 2013-10-02 15:57:29 +0200 | |
|---|---|---|
| committer | 2013-10-02 16:08:43 +0200 | |
| commit | f876908b6a1946845c1c7dff591d4d9f64643f82 (patch) | |
| tree | e1b5ba8ba107225ba2e84f2ced7015fb2902ee6d /module/plugins/hoster/MegasharesCom.py | |
| parent | Merge pull request #285 from vuolter/s/hoster/OneFichierCom (diff) | |
| download | pyload-f876908b6a1946845c1c7dff591d4d9f64643f82.tar.xz | |
Plugins: cosmetics See #286
Diffstat (limited to 'module/plugins/hoster/MegasharesCom.py')
| -rw-r--r-- | module/plugins/hoster/MegasharesCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MegasharesCom.py b/module/plugins/hoster/MegasharesCom.py index 7d089f717..4e43d4a00 100644 --- a/module/plugins/hoster/MegasharesCom.py +++ b/module/plugins/hoster/MegasharesCom.py @@ -43,7 +43,7 @@ class MegasharesCom(SimpleHoster): def setup(self): self.resumeDownload = True - self.multiDL = True if self.premium else False + self.multiDL = self.premium def handlePremium(self): self.handleDownload(True) |
