mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Forgot to consider allocating state in WebUI
This commit is contained in:
parent
c18103539c
commit
f9bf485ed7
2 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,7 @@ void EventManager::modifiedTorrent(QTorrentHandle h)
|
|||
case torrent_status::queued_for_checking:
|
||||
event["state"] = QVariant("checking");
|
||||
break;
|
||||
case torrent_status::allocating:
|
||||
case torrent_status::downloading:
|
||||
case torrent_status::downloading_metadata:
|
||||
if(h.download_payload_rate() > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue