Don't use deprecated torrent state "allocating"

Closes #13737.
This commit is contained in:
Chocobo1 2020-11-12 00:12:21 +08:00
parent 61770ad69e
commit 0be2567d97
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
5 changed files with 0 additions and 16 deletions

View file

@ -871,9 +871,6 @@ window.qBittorrent.DynamicTable = (function() {
case "metaDL":
state = "downloading";
break;
case "allocating":
state = "stalledDL";
break;
case "forcedUP":
state = "uploading";
break;
@ -939,9 +936,6 @@ window.qBittorrent.DynamicTable = (function() {
case "forcedDL":
status = "QBT_TR([F] Downloading)QBT_TR[CONTEXT=TransferListDelegate]";
break;
case "allocating":
status = "QBT_TR(Allocating)QBT_TR[CONTEXT=TransferListDelegate]";
break;
case "uploading":
case "stalledUP":
status = "QBT_TR(Seeding)QBT_TR[CONTEXT=TransferListDelegate]";