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
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
getAllTorrentsInforeturn torrentInfo.rateDownload is empty.This is also the case for the
rateUploadHow to solve it,please