Move polyfilling artist IDs to scrobble rules

This commit is contained in:
Claudio Ortolina
2025-07-07 09:23:44 +01:00
parent fbac011e76
commit ed61eddf03
3 changed files with 0 additions and 49 deletions
-2
View File
@@ -86,8 +86,6 @@ config :music_library, Oban,
plugins: [
{Oban.Plugins.Cron,
crontab: [
# every hour
{"0 * * * *", MusicLibrary.Worker.PolyfillScrobbledTracks},
# every 30 minutes
{"*/30 * * * *", MusicLibrary.ScrobbleRules.Worker}
]}