Fixed: Calculating seed time for qBittorrent

(cherry picked from commit 1b3ff64cc521396f9f1623617052c497649325a8)
This commit is contained in:
Bogdan
2023-09-08 03:12:20 +03:00
parent 00cac507ad
commit 75efbd45e1
3 changed files with 5 additions and 5 deletions
@@ -634,7 +634,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
.Returns(new QBittorrentTorrentProperties
{
Hash = "HASH",
SeedingTime = seedingTime
SeedingTime = seedingTime * 60
});
return torrent;