mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 21:47:36 +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",
|
".m3u": "audio/x-mpegurl",
|
||||||
".pls": "audio/x-scpls",
|
".pls": "audio/x-scpls",
|
||||||
".dsf": "audio/dsd",
|
".dsf": "audio/dsd",
|
||||||
|
".wv": "audio/x-wavpack",
|
||||||
|
".wvp": "audio/x-wavpack",
|
||||||
".gif": "image/gif",
|
".gif": "image/gif",
|
||||||
".jpg": "image/jpeg",
|
".jpg": "image/jpeg",
|
||||||
".jpeg": "image/jpeg",
|
".jpeg": "image/jpeg",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue