yosemiteyss / qbittorrent_api

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

Add trackers removed to main data dto #18

Closed bhaan closed 5 months ago

bhaan commented 5 months ago

The qBittorrent API sends a "trackers_removed" array in the response to a sync/maindata request, as suggested in the documentation. This change adds that field to the MainData dto.