Skip to content

Commit

Permalink
feat: opus preview (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Mar 4, 2022
1 parent 6faecbd commit 2eedcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/var.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
)

Expand Down

0 comments on commit 2eedcc1

Please sign in to comment.