Move polyfilling artist IDs to scrobble rules
This commit is contained in:
@@ -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}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user