diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-21 21:42:43 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-21 21:42:43 +0200 |
commit | 6172180c95695cae84e71484b4c60af4166ebf89 (patch) | |
tree | 17f4d63cca0b8407bb556911929725532bcede26 /pyload/remote/pyload.thrift | |
parent | Replace rule Hook -> Addon (diff) | |
download | pyload-6172180c95695cae84e71484b4c60af4166ebf89.tar.xz |
guess media types by name
Diffstat (limited to 'pyload/remote/pyload.thrift')
-rw-r--r-- | pyload/remote/pyload.thrift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/remote/pyload.thrift b/pyload/remote/pyload.thrift index 309c972cd..9f2cfc8ee 100644 --- a/pyload/remote/pyload.thrift +++ b/pyload/remote/pyload.thrift @@ -50,6 +50,7 @@ enum MediaType { Video = 8, Document = 16, Archive = 32, + Executable = 64 } enum FileStatus { |