feat: support file extensions m4a, ogg and opus

This commit is contained in:
Travis Lee 2023-12-11 15:35:55 +08:00
parent c8ffbc55af
commit b9d6da5f72

View File

@ -4,6 +4,9 @@ globalOption:
- '*.mp3'
- '*.flac'
- '*.wav'
- '*.m4a'
- '*.ogg'
- '*.opus'
# 网络代理服务设置,仅支持 HTTP 代理。
networkOptions:
isEnable: false # 是否启用代理。