feat: lastfm image support

This commit is contained in:
Gabe Farrell 2026-01-21 15:28:49 -05:00
parent 56ac73d12b
commit 9ff5427fb2
4 changed files with 342 additions and 3 deletions

View file

@ -138,6 +138,7 @@ func Run(
EnableCAA: !cfg.CoverArtArchiveDisabled(),
EnableDeezer: !cfg.DeezerDisabled(),
EnableSubsonic: cfg.SubsonicEnabled(),
EnableLastFM: cfg.LastFMApiKey() != "",
})
l.Info().Msg("Engine: Image sources initialized")