diff --git a/conf/var.go b/conf/var.go index afe1e72d..4b9527b3 100644 --- a/conf/var.go +++ b/conf/var.go @@ -31,6 +31,6 @@ var ( TextTypes = []string{"txt", "go", "md"} OfficeTypes = []string{"doc", "docx", "xls", "xlsx", "ppt", "pptx", "pdf"} VideoTypes = []string{"mp4", "mkv", "avi", "mov", "rmvb"} - AudioTypes = []string{"mp3", "flac", "ogg"} + AudioTypes = []string{"mp3", "flac", "ogg", "m4a"} ImageTypes = []string{"jpg", "tiff", "jpeg", "png", "gif", "bmp", "svg"} )