mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Resize if requested
This commit is contained in:
parent
7b87386089
commit
213ceeca78
6 changed files with 163 additions and 36 deletions
|
@ -34,7 +34,7 @@ var _ = Describe("walk_dir_tree", func() {
|
|||
|
||||
Eventually(errC).Should(Receive(nil))
|
||||
Expect(collected[baseDir]).To(MatchFields(IgnoreExtras, Fields{
|
||||
"Images": ConsistOf("cover.jpg"),
|
||||
"Images": ConsistOf("cover.jpg", "front.png"),
|
||||
"HasPlaylist": BeFalse(),
|
||||
"AudioFilesCount": BeNumerically("==", 5),
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue