feat: lastfm image support (#166)

* feat: lastfm image support

* docs
This commit is contained in:
Gabe Farrell 2026-01-21 16:03:05 -05:00 committed by GitHub
parent 56ac73d12b
commit e7ba34710c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 345 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")