stil4m/transmission-rpc-java

`rateDownload` is empty

Opened this issue · 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