diff options
Diffstat (limited to 'module/plugins/hoster/NowVideoSx.py')
-rw-r--r-- | module/plugins/hoster/NowVideoSx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NowVideoSx.py b/module/plugins/hoster/NowVideoSx.py index 0623f49d6..b59bd79da 100644 --- a/module/plugins/hoster/NowVideoSx.py +++ b/module/plugins/hoster/NowVideoSx.py @@ -27,8 +27,8 @@ class NowVideoSx(SimpleHoster): def setup(self): - self.multiDL = True self.resumeDownload = True + self.multiDL = True def handleFree(self): |