mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
adjustments to last activity field
This commit is contained in:
parent
76891225b9
commit
382dd2cfdc
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ typedef enum
|
|||
|
||||
NSDate * nextLastActivity;
|
||||
if ((nextLastActivity = [torrent dateActivity]))
|
||||
lastActivity = [nextLastActivity laterDate: lastActivity];
|
||||
lastActivity = lastActivity ? [lastActivity laterDate: nextLastActivity] : nextLastActivity;
|
||||
}
|
||||
|
||||
if (have == 0)
|
||||
|
|
Loading…
Reference in a new issue