mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
WebAPI: return correct value for queued uploading state
PR #20651. Closes #20648.
This commit is contained in:
committed by
GitHub
parent
e4aad461c7
commit
67dfce7437
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user