We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f93450 + 11a98a1 commit 15f240bCopy full SHA for 15f240b
1 file changed
TelegramDownloader/Controllers/FileController.cs
@@ -292,7 +292,6 @@ public async Task<IActionResult> GetFileStream(string idChannel, string idFile,
292
long initialFrom = 0;
293
long initialPartFrom = 0;
294
long to = 0;
295
- long accumulatePart = 0;
296
297
if (!string.IsNullOrEmpty(rangeHeader) && rangeHeader.StartsWith("bytes="))
298
{
0 commit comments