mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(web, trunk) #5072 'web client does not show webseed download count' -- use cfpp2p's patch to make it behave like the Mac client.
This commit is contained in:
@@ -78,7 +78,8 @@ Torrent.Fields.Stats = [
|
||||
'trackers',
|
||||
'downloadDir',
|
||||
'uploadedEver',
|
||||
'uploadRatio'
|
||||
'uploadRatio',
|
||||
'webseedsSendingToUs'
|
||||
];
|
||||
|
||||
// fields used by the inspector which only need to be loaded once
|
||||
@@ -104,8 +105,7 @@ Torrent.Fields.StatsExtra = [
|
||||
'haveValid',
|
||||
'peers',
|
||||
'startDate',
|
||||
'trackerStats',
|
||||
'webseedsSendingToUs'
|
||||
'trackerStats'
|
||||
];
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user