Merge with develop

This commit is contained in:
kervala 2016-11-13 16:53:35 +01:00
parent 6a315be980
commit 0504c52eeb

View file

@ -401,7 +401,7 @@ void CDownloader::onDownloadFinished()
emit downloadDone(); emit downloadDone();
} }
else if (status == 206) else if (status >= 200 && status < 300)
{ {
if (m_listener) m_listener->operationContinue(); if (m_listener) m_listener->operationContinue();
} }