Use whole path to endpoint + plural fix

This commit is contained in:
Stiliyan Tonev (Bark) 2025-06-16 13:39:12 +03:00
parent 8247c81143
commit 51e66c16f4

View file

@ -8,6 +8,10 @@
* Add `torrents/saveMetadata` endpoint for saving retrieved torrent metadata to a .torrent file
* `torrents/add` allows adding a torrent with metadata previously retrieved via `torrents/fetchMetadata` or `torrents/parseMetadata`
* `torrents/add` allows specifying a torrent's file priorities
* [#22698](https://github.com/qbittorrent/qBittorrent/pull/22698)
* `torrents/addTrackers` and `torrents/removeTrackers` now accept `hash=all` and adds/removes the tracker to/from *all* torrents
* For compatibility, `torrents/removeTrackers` still accepts `hash=*` internally we transform it into `all`
* Allow passing a pipe (`|`) separated list of hashes in `hash` for `torrents/addTrackers` and `torrents/removeTrackers`
## 2.11.8
@ -21,10 +25,6 @@
* `app/getDirectoryContent` allows an optional parameter `withMetadata` to send file metadata
* Fields are `name`, `type`, `size`, `creation_date`, `last_access_date`, `last_modification_date`
* See PR for TypeScript types
* [#22698](https://github.com/qbittorrent/qBittorrent/pull/22698)
* `addTracker` and `removeTracker` now accept `hash=all` and removes/adds the tracker to *all* torrents
* For compatibility, `removeTracker` still accepts `hash=*` internally we transform it into `all`
* Allow passing a pipe (`|`) separated list of hashes in `hash` for `addTracker` and `removeTracker`
## 2.11.7