From 5245a9448fa5d0d37f62d15144e2730d08e9b63b Mon Sep 17 00:00:00 2001 From: Roger Far Date: Wed, 13 Jan 2021 16:46:59 -0700 Subject: [PATCH] no message --- server/RdtClient.Service/Services/QBittorrent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/RdtClient.Service/Services/QBittorrent.cs b/server/RdtClient.Service/Services/QBittorrent.cs index e83cc0e..c1e9220 100644 --- a/server/RdtClient.Service/Services/QBittorrent.cs +++ b/server/RdtClient.Service/Services/QBittorrent.cs @@ -280,7 +280,7 @@ namespace RdtClient.Service.Services NumLeechs = 100, NumSeeds = 100, Priority = ++prio, - Progress = bytesTotal * (bytesDone / 100.0f) / 100.0f, + Progress = bytesDone / (Single) bytesTotal, Ratio = 1, RatioLimit = 1, SavePath = downloadPath,