summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/TwoSharedCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/TwoSharedCom.py')
-rw-r--r--pyload/plugins/hoster/TwoSharedCom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/TwoSharedCom.py b/pyload/plugins/hoster/TwoSharedCom.py
index 24dd92895..ee50c8712 100644
--- a/pyload/plugins/hoster/TwoSharedCom.py
+++ b/pyload/plugins/hoster/TwoSharedCom.py
@@ -25,7 +25,8 @@ class TwoSharedCom(SimpleHoster):
def setup(self):
- self.resumeDownload = self.multiDL = True
+ self.resumeDownload = True
+ self.multiDL = True
def handleFree(self):