Rev4539, Add more extensions to UiFileManager binary files

This commit is contained in:
Tamas Kocsis 2020-10-29 01:38:49 +01:00
parent 54fb2fde7c
commit 12013d64c8
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
BINARY_EXTENSIONS = ["png", "gif", "jpg", "pdf", "doc", "msgpack", "zip", "rar", "gz", "tar", "exe"]
BINARY_EXTENSIONS = ["png", "gif", "jpg", "pdf", "doc", "msgpack", "zip", "rar", "gz", "tar", "exe", "wav", "ogg", "ogm", "oga", "ogv", "mp3"]
class FileList extends Class
constructor: (@site, @inner_path, @is_owner=false) ->