diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-02 23:01:34 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-02 23:01:34 +0200 |
commit | cadd746ea1d7617b93c5e589b4a657db7b122409 (patch) | |
tree | fdf33aadcab0260bb3638c6f631dd60bc7fe1622 /module/remote/thriftbackend/pyload.thrift | |
parent | NCryptIn: Fixed support for web links (diff) | |
download | pyload-cadd746ea1d7617b93c5e589b4a657db7b122409.tar.xz |
new file states (temp. offline, skipped)
Diffstat (limited to 'module/remote/thriftbackend/pyload.thrift')
-rw-r--r-- | module/remote/thriftbackend/pyload.thrift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift index a40cae7a5..8c17c7451 100644 --- a/module/remote/thriftbackend/pyload.thrift +++ b/module/remote/thriftbackend/pyload.thrift @@ -13,9 +13,9 @@ enum DownloadStatus { Offline, Online, Queued, - Checking, + Skipped, Waiting, - Reconnected, + TempOffline, Starting, Failed, Aborted, |