transmission-rpc-java icon indicating copy to clipboard operation
transmission-rpc-java copied to clipboard

`rateDownload` is empty

Open Ks-luow opened this issue 4 years ago • 0 comments

When I first used it, there was a JSON parsing error on TorrentInfo.rateDownload. so I added a annotation to make it work .(@JsonProperty("rateDownload (B/s)")) but now , function getAllTorrentsInfo return torrentInfo.rateDownload is empty. This is also the case for the rateUpload How to solve it,please

Ks-luow avatar Feb 08 '22 09:02 Ks-luow