diff options
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 { |