Skip to content

Commit 2eedcc1

Browse files
committed
feat: opus preview (OpenListTeam#638)
1 parent 6faecbd commit 2eedcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/var.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737
DProxyTypes = []string{"m3u8"}
3838
OfficeTypes = []string{"doc", "docx", "xls", "xlsx", "ppt", "pptx", "pdf"}
3939
VideoTypes = []string{"mp4", "mkv", "avi", "mov", "rmvb", "webm", "flv"}
40-
AudioTypes = []string{"mp3", "flac", "ogg", "m4a", "wav"}
40+
AudioTypes = []string{"mp3", "flac", "ogg", "m4a", "wav", "opus"}
4141
ImageTypes = []string{"jpg", "tiff", "jpeg", "png", "gif", "bmp", "svg", "ico", "swf", "webp"}
4242
)
4343

0 commit comments

Comments
 (0)