Skip to content
New issue

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

listTorrents doesn't respect empty strings as valid inputs for category and tag #114

Closed
fr3fou opened this issue Dec 11, 2022 · 2 comments
Closed
Labels

Comments

@fr3fou
Copy link

fr3fou commented Dec 11, 2022

https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#get-torrent-list

image

Both the tag and category fields can accept an empty string, which the current implementation completely ignores:

if (category) {
params.category = category;
}
if (tag) {
params.tag = tag;
}

@scttcper
Copy link
Owner

🎉 This issue has been resolved in version 5.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@scttcper
Copy link
Owner

Thanks for reporting, just as a heads up, this client does not seem to work well with the recently released version of qbittorrent 4.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants