WebAPI: Omit file names in parseMetadata response

This allows us to bypass any issues related to non-ascii file names.
Supersedes #23080.

PR #23085.
This commit is contained in:
Thomas (Tom) Piccirello
2025-08-22 15:06:24 -04:00
committed by GitHub
parent bda37cbade
commit 2f34c9b2f0
3 changed files with 11 additions and 12 deletions

View File

@@ -10,6 +10,8 @@
* `torrents/editTracker` endpoint now supports setting a tracker's tier via `tier` parameter
* `torrents/editTracker` endpoint always responds with a 204 when successful
* `torrents/editTracker` endpoint `origUrl` parameter renamed to `url`
* [#23085](https://github.com/qbittorrent/qBittorrent/pull/23085)
* `torrents/parseMetadata` now responds with an array of metadata in the same order as the files in the request. It previously responded with an object keyed off of the submitted file name.
## 2.12.1
* [#23031](https://github.com/qbittorrent/qBittorrent/pull/23031)