diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-13 18:38:53 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-13 18:38:53 +0100 |
commit | 3e84ea823766adef12946de90b33e62a84b52c46 (patch) | |
tree | c6b2345cc3c2f9c4f67a6985bd3c8282cdac9e59 /pyload/datatypes | |
parent | plugin selection for linkgrabber, partial closes #182 (diff) | |
download | pyload-3e84ea823766adef12946de90b33e62a84b52c46.tar.xz |
added new file states
Diffstat (limited to 'pyload/datatypes')
-rw-r--r-- | pyload/datatypes/PyFile.py | 10 |
1 files changed, 6 insertions, 4 deletions
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, } |