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 "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