1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 21:14:33 +00:00

Add default case

This commit is contained in:
Thomas Piccirello 2018-01-15 21:20:38 -05:00
parent 53cc8e1115
commit 65e0aa6b82

View File

@ -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;
} }