jesec / flood

A modern web UI for various torrent clients with a Node.js backend and React frontend.
https://flood.js.org
GNU General Public License v3.0
2.24k stars 135 forks source link

fix(qBittorrent): Missing states #817

Closed LXGaming closed 2 weeks ago

LXGaming commented 2 weeks ago

Description

Flood does not support qBittorrent 5 states which were renamed from Resume/Pause to Start/Stop, this is causing stopped torrents to have a green progress bar when it's suppose to be grey.

Related Issue

https://github.com/jesec/flood/issues/800#issuecomment-2399217291

Screenshots

Types of changes

Adds the missing states (stoppedUP, stoppedDL and forcedMetaDL)

qBittorrent 5 States qBittorrent 4 States