mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-06-28 01:16:30 -04:00
Use whole path to endpoint + plural fix
This commit is contained in:
parent
8247c81143
commit
51e66c16f4
1 changed files with 4 additions and 4 deletions
|
@ -8,6 +8,10 @@
|
||||||
* Add `torrents/saveMetadata` endpoint for saving retrieved torrent metadata to a .torrent file
|
* 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 adding a torrent with metadata previously retrieved via `torrents/fetchMetadata` or `torrents/parseMetadata`
|
||||||
* `torrents/add` allows specifying a torrent's file priorities
|
* `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
|
## 2.11.8
|
||||||
|
|
||||||
|
@ -21,10 +25,6 @@
|
||||||
* `app/getDirectoryContent` allows an optional parameter `withMetadata` to send file metadata
|
* `app/getDirectoryContent` allows an optional parameter `withMetadata` to send file metadata
|
||||||
* Fields are `name`, `type`, `size`, `creation_date`, `last_access_date`, `last_modification_date`
|
* Fields are `name`, `type`, `size`, `creation_date`, `last_access_date`, `last_modification_date`
|
||||||
* See PR for TypeScript types
|
* 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
|
## 2.11.7
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue