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:
@@ -34,7 +34,7 @@ var _ = Describe("walk_dir_tree", func() {
|
||||
Expect(collected[baseDir]).To(MatchFields(IgnoreExtras, Fields{
|
||||
"Images": BeEmpty(),
|
||||
"HasPlaylist": BeFalse(),
|
||||
"AudioFilesCount": BeNumerically("==", 12),
|
||||
"AudioFilesCount": BeNumerically("==", 13),
|
||||
}))
|
||||
Expect(collected[filepath.Join(baseDir, "artist", "an-album")]).To(MatchFields(IgnoreExtras, Fields{
|
||||
"Images": ConsistOf("cover.jpg", "front.png", "artist.png"),
|
||||
|
||||
Reference in New Issue
Block a user