George-Miao / qbit

A Rust library for interacting with qBittorrent's Web API
https://docs.rs/qbit-rs
MIT License
32 stars 12 forks source link

Fix arguments that should be camel case. #1

Closed dsully closed 1 year ago

dsully commented 1 year ago

Plus spelling fix.

See: https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#delete-torrents

Or:

https://github.com/qbittorrent/qBittorrent/blob/5a1dcbae9c9746a0114955c4528a142b3b86f473/src/webui/api/torrentscontroller.cpp#L1035

George-Miao commented 1 year ago

Thanks for the PR!

dsully commented 1 year ago

No problem. Can you push a new release to crates.io ?

George-Miao commented 1 year ago

No problem. Can you push a new release to crates.io ?

Done. You should be able to see the new version now.