Skip to content

Commit f6884d9

Browse files
committed
chore: reset upload bytes
1 parent 7fb1fc3 commit f6884d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TelegramDownloader/Services/TransactionInfoService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ private void OnTimedEvent(Object source, ElapsedEventArgs e)
9292
if (bytesUploaded > 0)
9393
setUploadSpeed(HelperService.SizeSuffixPerTime(bytesUploaded));
9494
resetDownloadBytes();
95+
resetUploadBytes();
9596
}
9697

9798
public async Task addDownloadBytes(long bytes)

0 commit comments

Comments
 (0)