summaryrefslogtreecommitdiffstats
path: root/pyload/remote/pyload.thrift
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-11-17 14:05:40 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-11-17 14:05:52 +0100
commitc1e580ec06b9065bc63ebf987d5306c03da237e0 (patch)
tree079f72ccc9d3f54ba14c7bf19e57ec67b813f6c3 /pyload/remote/pyload.thrift
parentMerge pull request #365 from vuolter/m/timestamp (diff)
downloadpyload-c1e580ec06b9065bc63ebf987d5306c03da237e0.tar.xz
refactored pluginManager
Diffstat (limited to 'pyload/remote/pyload.thrift')
-rw-r--r--pyload/remote/pyload.thrift4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/remote/pyload.thrift b/pyload/remote/pyload.thrift
index 3d0f201e7..9bcc2ce89 100644
--- a/pyload/remote/pyload.thrift
+++ b/pyload/remote/pyload.thrift
@@ -11,9 +11,8 @@ typedef list<string> LinkList
typedef string PluginName
typedef string JSONString
-// NA - Not Available
enum DownloadStatus {
- NA,
+ NA, // No downloads status set
Offline,
Online,
Queued,
@@ -26,6 +25,7 @@ enum DownloadStatus {
Downloading,
TempOffline,
Aborted,
+ NotPossible,
Decrypting,
Processing,
Custom,