mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
Determine stats before originally starting torrent from history.
This commit is contained in:
parent
f1921f5cff
commit
c9819b2694
1 changed files with 3 additions and 0 deletions
|
@ -89,7 +89,10 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
|
||||
NSString * paused;
|
||||
if (!(paused = [history objectForKey: @"Paused"]) || [paused isEqualToString: @"NO"])
|
||||
{
|
||||
fStat = tr_torrentStat(fHandle);
|
||||
[self startTransfer];
|
||||
}
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue