mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +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
f6ef04ed01
commit
26aa35b88a
|
|
@ -320,7 +320,7 @@ namespace TLSharp.Core
|
||||||
bytes = exportedAuth.bytes,
|
bytes = exportedAuth.bytes,
|
||||||
id = exportedAuth.id
|
id = exportedAuth.id
|
||||||
});
|
});
|
||||||
result = await GetFile(location, filePartSize);
|
result = await GetFile(location, filePartSize, offset);
|
||||||
|
|
||||||
_session.AuthKey = authKey;
|
_session.AuthKey = authKey;
|
||||||
_session.TimeOffset = timeOffset;
|
_session.TimeOffset = timeOffset;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue