(trunk web) ability to get the torrent's seed ratio

This commit is contained in:
Kevin Glowacz
2009-07-28 04:52:52 +00:00
parent 19e56b8e5e
commit 43ae380779
2 changed files with 18 additions and 3 deletions

View File

@@ -107,7 +107,8 @@ TransmissionRemote.prototype =
'isPrivate', 'leechers', 'leftUntilDone', 'name',
'peersConnected', 'peersGettingFromUs', 'peersSendingToUs',
'rateDownload', 'rateUpload', 'seeders', 'sizeWhenDone',
'status', 'swarmSpeed', 'totalSize', 'uploadedEver', 'uploadRatio',
'status', 'swarmSpeed', 'totalSize',
'uploadedEver', 'uploadRatio', 'seedRatioLimit', 'seedRatioMode',
'downloadDir', 'files', 'fileStats' ]
}
};
@@ -127,7 +128,8 @@ TransmissionRemote.prototype =
'eta', 'haveUnchecked', 'haveValid', 'leechers', 'leftUntilDone',
'peersConnected', 'peersGettingFromUs', 'peersSendingToUs',
'rateDownload', 'rateUpload', 'recheckProgress', 'seeders',
'sizeWhenDone', 'status', 'swarmSpeed', 'uploadedEver', 'uploadRatio',
'sizeWhenDone', 'status', 'swarmSpeed',
'uploadedEver', 'uploadRatio', 'seedRatioLimit', 'seedRatioMode',
'downloadDir' ]
}
};