From 3e84ea823766adef12946de90b33e62a84b52c46 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 13 Dec 2013 18:38:53 +0100 Subject: added new file states --- pyload/datatypes/PyFile.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pyload/datatypes/PyFile.py') diff --git a/pyload/datatypes/PyFile.py b/pyload/datatypes/PyFile.py index 3068b8251..e27fdd537 100644 --- a/pyload/datatypes/PyFile.py +++ b/pyload/datatypes/PyFile.py @@ -38,10 +38,12 @@ statusMap = { "temp. offline": 11, "aborted": 12, "not possible": 13, - "decrypting": 14, - "processing": 15, - "custom": 16, - "unknown": 17, + "missing": 14, + "file mismatch": 15, + "decrypting": 16, + "processing": 17, + "custom": 18, + "unknown": 19, } -- cgit v1.2.3