mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Add support for WavPack files
This commit is contained in:
parent
def5db9729
commit
61d0bd4729
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ func init() {
|
|||
".m3u": "audio/x-mpegurl",
|
||||
".pls": "audio/x-scpls",
|
||||
".dsf": "audio/dsd",
|
||||
".wv": "audio/x-wavpack",
|
||||
".wvp": "audio/x-wavpack",
|
||||
".gif": "image/gif",
|
||||
".jpg": "image/jpeg",
|
||||
".jpeg": "image/jpeg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue