Determine stats before originally starting torrent from history.

This commit is contained in:
Mitchell Livingston 2006-09-28 23:32:59 +00:00
parent f1921f5cff
commit c9819b2694
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}