Fix CDN file download.

This commit is contained in:
John Preston 2017-07-18 22:01:22 +03:00
parent f7a354bfd1
commit 90311dbf24
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ void mtpFileLoader::changeCDNParams(int offset, MTP::DcId dcId, const QByteArray
resendOffsets.push_back(resendOffset);
}
for (auto resendOffset : resendOffsets) {
makeRequest(offset);
makeRequest(resendOffset);
}
}
makeRequest(offset);