transmission-rpc-java
transmission-rpc-java copied to clipboard
`rateDownload` is empty
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