mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Add stalled filters to GUI and Web API/UI
`/api/v2/torrents/info` can now take the following new values for the`filter` parameter: `stalled`, `stalled_uploading` and `stalled_downloading`. Requires Web API version bump. Closes #11787
This commit is contained in:
parent
e906478a16
commit
f4742a98c5
9 changed files with 69 additions and 1 deletions
|
@ -231,7 +231,7 @@ namespace
|
|||
// - "force_start": Torrent force start state
|
||||
// - "category": Torrent category
|
||||
// GET params:
|
||||
// - filter (string): all, downloading, seeding, completed, paused, resumed, active, inactive
|
||||
// - filter (string): all, downloading, seeding, completed, paused, resumed, active, inactive, stalled, stalled_uploading, stalled_downloading
|
||||
// - category (string): torrent category for filtering by it (empty string means "uncategorized"; no "category" param presented means "any category")
|
||||
// - hashes (string): filter by hashes, can contain multiple hashes separated by |
|
||||
// - sort (string): name of column for sorting by its value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue