mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
WebAPI: return correct value for queued uploading state
PR #20651. Closes #20648.
This commit is contained in:
parent
e4aad461c7
commit
67dfce7437
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace
|
|||
case BitTorrent::TorrentState::StoppedUploading:
|
||||
return u"stoppedUP"_s;
|
||||
case BitTorrent::TorrentState::QueuedUploading:
|
||||
return u"stoppedUP"_s;
|
||||
return u"queuedUP"_s;
|
||||
case BitTorrent::TorrentState::StalledUploading:
|
||||
return u"stalledUP"_s;
|
||||
case BitTorrent::TorrentState::CheckingUploading:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue