yosemiteyss / qbittorrent_api

Dart wrapper of qBittorrent WebUI API
MIT License
4 stars 3 forks source link

Add peers removed to peers data dto #19

Closed bhaan closed 5 months ago

bhaan commented 5 months ago

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.