mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
album image refetching
This commit is contained in:
parent
ce4bcdd7da
commit
1d44f75c27
5 changed files with 72 additions and 6 deletions
|
|
@ -226,6 +226,8 @@ func Run(
|
|||
go catalog.BackfillTrackDurationsFromMusicBrainz(ctx, store, mbzC)
|
||||
l.Info().Msg("Engine: Attempting to fetch missing artist images")
|
||||
go catalog.FetchMissingArtistImages(ctx, store)
|
||||
l.Info().Msg("Engine: Attempting to fetch missing album images")
|
||||
go catalog.FetchMissingAlbumImages(ctx, store)
|
||||
|
||||
l.Info().Msg("Engine: Initialization finished")
|
||||
quit := make(chan os.Signal, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue