PreCache artist images

This commit is contained in:
Deluan
2023-01-13 14:30:26 -05:00
committed by Deluan Quintão
parent cbe3adf987
commit 3f2d24695e
8 changed files with 51 additions and 20 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ var _ = Describe("Artwork", func() {
conf.Server.ImageCacheSize = "0" // Disable cache
cache := artwork.GetImageCache()
ffmpeg = tests.NewMockFFmpeg("content from ffmpeg")
aw = artwork.NewArtwork(ds, cache, ffmpeg)
aw = artwork.NewArtwork(ds, cache, ffmpeg, nil)
})
Context("Empty ID", func() {