Move BackfillScrobbledTracks worker under MusicLibrary namespace

This commit is contained in:
Claudio Ortolina
2026-03-28 08:05:02 +00:00
parent 4e2e0605ed
commit 47f8eddff1
4 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ stubbed via `Req.Test` (configured in `config/test.exs`).
| `ArtistRefreshAllMusicBrainzData` | music_brainz | Manual / cron (bulk refresh via Artists.Batch) |
| `ArtistRefreshAllDiscogsData` | discogs | Manual / cron (bulk refresh via Artists.Batch) |
| `ArtistRefreshAllWikipediaData` | wikipedia | Manual / cron (bulk refresh via Artists.Batch) |
| `LastFm.Worker.BackfillScrobbledTracks` | heavy_writes | Manual (self-chaining batch import) |
| `BackfillScrobbledTracks` | heavy_writes | Manual (self-chaining batch import) |
| `SendRecordsOnThisDayEmail` | default | Cron (daily "records on this day" email) |
### Cron Workers