mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
feat: lastfm image support
This commit is contained in:
parent
56ac73d12b
commit
9ff5427fb2
4 changed files with 342 additions and 3 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue