Bartuzen / qBitController

Control qBittorrent from your Android device
GNU General Public License v3.0
493 stars 11 forks source link

Torrent state is inconsistent with the qBittorrent WebUI #20

Closed Toarbit closed 1 year ago

Toarbit commented 1 year ago

Bug description

WebUI display state pausedUP as Completed

case "pausedUP":
    status = "QBT_TR(Completed)QBT_TR[CONTEXT=TransferListDelegate]";
    break;

display state stalledUP as Seeding

case "uploading":
case "stalledUP":
    status = "QBT_TR(Seeding)QBT_TR[CONTEXT=TransferListDelegate]";
    break;

Logs

No response

qBitController version

v0.4.0

qBittorrent version

v4.5.0

Android version

Android13

Additional details

No response