Add default case

This commit is contained in:
Thomas Piccirello 2018-01-15 21:20:38 -05:00 committed by sledgehammer999
parent 1495513cfc
commit c9c7a5be53
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -807,6 +807,7 @@ var TorrentsTable = new Class({
case "unknown":
case "error":
case "missingFiles":
default:
state = "error";
break;
}