mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
parent
6b53c57157
commit
0186f44bf4
3 changed files with 8 additions and 2 deletions
|
@ -1003,10 +1003,13 @@ window.qBittorrent.DynamicTable = (function() {
|
|||
case "checkingUP":
|
||||
case "queuedForChecking":
|
||||
case "checkingResumeData":
|
||||
case "moving":
|
||||
state = "force-recheck";
|
||||
img_path = "images/force-recheck.svg";
|
||||
break;
|
||||
case "moving":
|
||||
state = "moving";
|
||||
img_path = "images/set-location.svg";
|
||||
break;
|
||||
case "error":
|
||||
case "unknown":
|
||||
case "missingFiles":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue