From 2eedcc1626180b0388c4d44a3a052099f0a6dec6 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Fri, 4 Mar 2022 10:05:15 +0800 Subject: [PATCH] feat: opus preview (#638) --- conf/var.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/var.go b/conf/var.go index 3f3490e9..b67f1b06 100644 --- a/conf/var.go +++ b/conf/var.go @@ -37,7 +37,7 @@ var ( DProxyTypes = []string{"m3u8"} OfficeTypes = []string{"doc", "docx", "xls", "xlsx", "ppt", "pptx", "pdf"} VideoTypes = []string{"mp4", "mkv", "avi", "mov", "rmvb", "webm", "flv"} - AudioTypes = []string{"mp3", "flac", "ogg", "m4a", "wav"} + AudioTypes = []string{"mp3", "flac", "ogg", "m4a", "wav", "opus"} ImageTypes = []string{"jpg", "tiff", "jpeg", "png", "gif", "bmp", "svg", "ico", "swf", "webp"} )