mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +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);
|
||||
}
|
||||
for (auto resendOffset : resendOffsets) {
|
||||
makeRequest(offset);
|
||||
makeRequest(resendOffset);
|
||||
}
|
||||
}
|
||||
makeRequest(offset);
|
||||
|
|
Loading…
Add table
Reference in a new issue