mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Add TAK support (#2745)
* bug(consts/mime_types): tak-support - 2514 Add tak to mime_types audioFormats Signed-off-by: apkatsikas <apkatsikas@gmail.com> * bug(scanner): tak-support - 2514 Add tak test fixture file and add fixes for tag_scanner and walk_dir_tree tests Signed-off-by: apkatsikas <apkatsikas@gmail.com> * Remove comment --------- Signed-off-by: apkatsikas <apkatsikas@gmail.com>
This commit is contained in:
parent
51e07d4cb5
commit
b4815ecee5
4 changed files with 4 additions and 2 deletions
|
@ -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},
|
||||
".tak": {typ: "audio/tak", lossless: true},
|
||||
".mka": {typ: "audio/x-matroska"},
|
||||
}
|
||||
var imageFormats = map[string]string{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue