Fix tests and clean up code a bit

This commit is contained in:
Deluan
2022-12-27 16:36:13 -05:00
committed by Deluan Quintão
parent 332900774d
commit 8f3387a894
11 changed files with 169 additions and 91 deletions
+4 -4
View File
@@ -9,17 +9,17 @@ import (
)
var Set = wire.NewSet(
artwork.NewArtwork,
NewMediaStreamer,
GetTranscodingCache,
artwork.GetImageCache,
NewArchiver,
NewExternalMetadata,
NewPlayers,
NewShare,
NewPlaylists,
agents.New,
ffmpeg.New,
scrobbler.GetPlayTracker,
NewShare,
NewPlaylists,
artwork.NewArtwork,
artwork.GetImageCache,
artwork.NewCacheWarmer,
)