no message
This commit is contained in:
parent
fe5a2a5940
commit
5245a9448f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue