mirror of
https://github.com/sochix/TLSharp.git
synced 2026-02-19 06:06:04 +01:00
Add missing "offset" parameter in catch block of the GetFile method (#402)
This offset optional parameter was added in a753a1ab13
This commit is contained in:
parent
a4a632f406
commit
5137c10aa1
|
|
@ -320,7 +320,7 @@ namespace TLSharp.Core
|
|||
bytes = exportedAuth.bytes,
|
||||
id = exportedAuth.id
|
||||
});
|
||||
result = await GetFile(location, filePartSize);
|
||||
result = await GetFile(location, filePartSize, offset);
|
||||
|
||||
_session.AuthKey = authKey;
|
||||
_session.TimeOffset = timeOffset;
|
||||
|
|
|
|||
Loading…
Reference in a new issue