fix(server): only build core.Agents once

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-03-05 14:18:27 -08:00
parent a04167672c
commit 0372339e1b
4 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ var Set = wire.NewSet(
NewPlayers,
NewShare,
NewPlaylists,
agents.New,
agents.GetAgents,
ffmpeg.New,
scrobbler.GetPlayTracker,
playback.GetInstance,