(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:
Jordan Lee
2012-10-06 18:22:57 +00:00
parent aa85152654
commit 4f64831711
2 changed files with 8 additions and 6 deletions

View File

@@ -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'
];
/***