bug fixes, improvements, fix #13, fix #14

This commit is contained in:
jomo
2014-11-23 21:53:42 +01:00
parent ebd8e18b29
commit e6481e3c73
5 changed files with 114 additions and 68 deletions

View File

@@ -6,8 +6,8 @@ var skins = require('../modules/skins');
var human_status = {
0: "none",
1: "cached",
2: "checked",
3: "downloaded",
2: "downloaded",
3: "checked",
"-1": "error"
};