mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Add .mka file format. Only works with ffmpeg extractor
This commit is contained in:
parent
09bfef13f1
commit
fc3028d744
@ -33,6 +33,7 @@ var audioFormats = map[string]format{
|
||||
".dsf": {typ: "audio/dsd", lossless: true},
|
||||
".wv": {typ: "audio/x-wavpack", lossless: true},
|
||||
".wvp": {typ: "audio/x-wavpack", lossless: true},
|
||||
".mka": {typ: "audio/x-matroska"},
|
||||
}
|
||||
var imageFormats = map[string]string{
|
||||
".gif": "image/gif",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user