Closed bhaan closed 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.
"trackers_removed"
sync/maindata
MainData
The qBittorrent API sends a
"trackers_removed"
array in the response to async/maindata
request, as suggested in the documentation. This change adds that field to theMainData
dto.