mirror of https://github.com/procxx/kepka.git
Fix CDN file download.
This commit is contained in:
parent
f7a354bfd1
commit
90311dbf24
|
@ -715,7 +715,7 @@ void mtpFileLoader::changeCDNParams(int offset, MTP::DcId dcId, const QByteArray
|
||||||
resendOffsets.push_back(resendOffset);
|
resendOffsets.push_back(resendOffset);
|
||||||
}
|
}
|
||||||
for (auto resendOffset : resendOffsets) {
|
for (auto resendOffset : resendOffsets) {
|
||||||
makeRequest(offset);
|
makeRequest(resendOffset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
makeRequest(offset);
|
makeRequest(offset);
|
||||||
|
|
Loading…
Reference in New Issue