mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Merge pull request #8286 from Piccirello/webui-torrent-status
Match webui statuses to gui: add default case (addendum to #8269)
This commit is contained in:
commit
6470f9acb9
1 changed files with 1 additions and 0 deletions
|
@ -807,6 +807,7 @@ var TorrentsTable = new Class({
|
||||||
case "unknown":
|
case "unknown":
|
||||||
case "error":
|
case "error":
|
||||||
case "missingFiles":
|
case "missingFiles":
|
||||||
|
default:
|
||||||
state = "error";
|
state = "error";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue