mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Add default case
This commit is contained in:
parent
1495513cfc
commit
c9c7a5be53
1 changed files with 1 additions and 0 deletions
|
@ -807,6 +807,7 @@ var TorrentsTable = new Class({
|
|||
case "unknown":
|
||||
case "error":
|
||||
case "missingFiles":
|
||||
default:
|
||||
state = "error";
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue