mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
use peersConnected instead of peersTotal
This commit is contained in:
@@ -403,7 +403,7 @@
|
||||
|
||||
if (active)
|
||||
{
|
||||
int total = [torrent totalPeers];
|
||||
int total = [torrent totalPeersConnected];
|
||||
NSString * connected = [NSString stringWithFormat:
|
||||
NSLocalizedString(@"%d Connected", "Inspector -> Peers tab -> peers"), total];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user