no message

This commit is contained in:
Roger Far 2021-01-13 16:46:59 -07:00
parent fe5a2a5940
commit 5245a9448f

View file

@ -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,