mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix CDN file download.
This commit is contained in:
parent
f7a354bfd1
commit
90311dbf24
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue