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…
Reference in a new issue