mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk web) ability to get the torrent's seed ratio
This commit is contained in:
@@ -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' ]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user