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,