We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.2.5 on macOS
When getting torrent tracker info from API, the tracker tier of [DHT] is an empty string instead of integer.
Correctly return an integer value, not empty string value.
curl 'http://127.0.0.1:8080/api/v2/torrents/trackers?hash=__some_hash__'
The text was updated successfully, but these errors were encountered:
Handle TorrentTracker incorrect tier value
tier
2c6394a
qBittorrent issue: qbittorrent/qBittorrent#13302
No branches or pull requests
qBittorrent version and Operating System
v4.2.5 on macOS
What is the problem
When getting torrent tracker info from API, the tracker tier of [DHT] is an empty string instead of integer.
What is the expected behavior
Correctly return an integer value, not empty string value.
Steps to reproduce
curl 'http://127.0.0.1:8080/api/v2/torrents/trackers?hash=__some_hash__'
The text was updated successfully, but these errors were encountered: