mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
webui (c++): feature: added labels support. #648
This commit is contained in:
parent
9d051ea523
commit
76d93c23b7
4 changed files with 22 additions and 0 deletions
|
@ -255,6 +255,7 @@ private:
|
|||
* - "seq_dl": Torrent sequential download state
|
||||
* - "f_l_piece_prio": Torrent first last piece priority state
|
||||
* - "force_start": Torrent force start state
|
||||
* - "label": Torrent label
|
||||
*/
|
||||
QByteArray btjson::getTorrents(QString filter, QString label,
|
||||
QString sortedColumn, bool reverse, int limit, int offset)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue