From 98c017730f5bf25fbf27af168cfffcb2a544b108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Thu, 11 Nov 2021 19:51:25 +0800 Subject: [PATCH] :sparkles: resolved #155 --- conf/var.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} )