The qBittorrent API sends a "peers_removed" array in the response to a sync/torrentPeers request. While it is not referenced in the documentation, you can see it being referenced in the WebUI source code. This change adds that field to the PeersData dto.
The qBittorrent API sends a
"peers_removed"
array in the response to async/torrentPeers
request. While it is not referenced in the documentation, you can see it being referenced in the WebUI source code. This change adds that field to thePeersData
dto.