mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
whoops
This commit is contained in:
parent
94f08e3074
commit
ecab0ddc15
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
|||
}
|
||||
|
||||
- (float) progressStopRatio
|
||||
{return 0.5;
|
||||
{
|
||||
float stopRatio, ratio;
|
||||
if ((stopRatio = [self actualStopRatio]) == INVALID || (ratio = [self ratio]) >= stopRatio)
|
||||
return 1.0;
|
||||
|
|
Loading…
Add table
Reference in a new issue