summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/HotfileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/HotfileCom.py')
-rw-r--r--pyload/plugins/hoster/HotfileCom.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/HotfileCom.py b/pyload/plugins/hoster/HotfileCom.py
index 992899ef5..a7a46e03b 100644
--- a/pyload/plugins/hoster/HotfileCom.py
+++ b/pyload/plugins/hoster/HotfileCom.py
@@ -49,8 +49,7 @@ class HotfileCom(Hoster):
self.url = None
if self.premium:
- self.multiDL = True
- self.resumeDownload = True
+ self.multiDL = self.resumeDownload = True
self.chunkLimit = -1
else:
self.multiDL = False