diff options
Diffstat (limited to 'module/network/HTTPDownload.py')
-rw-r--r-- | module/network/HTTPDownload.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py index 56f1cb1e4..40e2e69e1 100644 --- a/module/network/HTTPDownload.py +++ b/module/network/HTTPDownload.py @@ -142,6 +142,8 @@ class HTTPDownload(): chunksDone = 0 chunksCreated = False + if self.info.getCount() > 1: # This is a resume, if we were chunked originally assume still can + self.chunkSupport=True while 1: #need to create chunks |