fix(transmission): total download incorrect for cross seeded torrents (#3211)

This commit is contained in:
Meier Lukas
2025-12-10 20:50:39 +01:00
committed by GitHub
parent 6a908397cd
commit 0b4ca93aa1
3 changed files with 12 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ export class TransmissionIntegration extends Integration implements IDownloadCli
name: torrent.name,
size: torrent.totalSize,
sent: torrent.uploadedEver,
received: torrent.downloadedEver,
downSpeed: torrent.percentDone !== 1 ? torrent.rateDownload : undefined,
upSpeed: torrent.rateUpload,
time: