mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
WebUI: Implement a 'Completed' status
This commit is contained in:
parent
f9e7345776
commit
e3a5ba09c4
6 changed files with 26 additions and 5 deletions
|
@ -213,7 +213,7 @@ void WebApplication::action_public_images()
|
|||
}
|
||||
|
||||
// GET params:
|
||||
// - filter (string): all, downloading, completed, paused, resumed, active, inactive
|
||||
// - filter (string): all, downloading, seeding, completed, paused, resumed, active, inactive
|
||||
// - label (string): torrent label for filtering by it (empty string means "unlabeled"; no "label" param presented means "any label")
|
||||
// - sort (string): name of column for sorting by its value
|
||||
// - reverse (bool): enable reverse sorting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue