diff --git a/src/webui/api/serialize/serialize_torrent.cpp b/src/webui/api/serialize/serialize_torrent.cpp index 9f7416456..b4333bc99 100644 --- a/src/webui/api/serialize/serialize_torrent.cpp +++ b/src/webui/api/serialize/serialize_torrent.cpp @@ -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: