Skip to content

Commit 15f240b

Browse files
committed
Merge branch 'main' into develop
# Conflicts: # TelegramDownloader/Controllers/FileController.cs # TelegramDownloader/TelegramDownloader.csproj
2 parents 7f93450 + 11a98a1 commit 15f240b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

TelegramDownloader/Controllers/FileController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ public async Task<IActionResult> GetFileStream(string idChannel, string idFile,
292292
long initialFrom = 0;
293293
long initialPartFrom = 0;
294294
long to = 0;
295-
long accumulatePart = 0;
296295

297296
if (!string.IsNullOrEmpty(rangeHeader) && rangeHeader.StartsWith("bytes="))
298297
{

0 commit comments

Comments
 (0)