Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions WebUI-API-(qBittorrent-5.0).md
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ Example:
{
"8c212779b4abde7c6bc608063a0d008b7e40ce32":
{
"state":"pausedUP"
"state":"stoppedUP"
}
}
}
Expand Down Expand Up @@ -1287,15 +1287,15 @@ Value | Description
`error` | Some error occurred, applies to paused torrents
`missingFiles`| Torrent data files is missing
`uploading` | Torrent is being seeded and data is being transferred
`pausedUP` | Torrent is paused and has finished downloading
`stoppedUP` | Torrent is paused and has finished downloading
`queuedUP` | Queuing is enabled and torrent is queued for upload
`stalledUP` | Torrent is being seeded, but no connection were made
`checkingUP` | Torrent has finished downloading and is being checked
`forcedUP` | Torrent is forced to uploading and ignore queue limit
`allocating` | Torrent is allocating disk space for download
`downloading` | Torrent is being downloaded and data is being transferred
`metaDL` | Torrent has just started downloading and is fetching metadata
`pausedDL` | Torrent is paused and has NOT finished downloading
`stoppedDL` | Torrent is paused and has NOT finished downloading
`queuedDL` | Queuing is enabled and torrent is queued for download
`stalledDL` | Torrent is being downloaded, but no connection were made
`checkingDL` | Same as checkingUP, but torrent has NOT finished downloading
Expand Down