mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05:27:37 +03:00
Enable DSD (.dsf) support
This commit is contained in:
parent
2f8b01015d
commit
fdc38b5ca5
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ func init() {
|
||||||
".aiff": "audio/x-aiff",
|
".aiff": "audio/x-aiff",
|
||||||
".m3u": "audio/x-mpegurl",
|
".m3u": "audio/x-mpegurl",
|
||||||
".pls": "audio/x-scpls",
|
".pls": "audio/x-scpls",
|
||||||
|
".dsf": "audio/dsd",
|
||||||
".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