Commit 13934a0
fix: always queue analysis after scan completes
Previously, analysis was only queued if the scan found new/updated/relocated
tracks. This meant that if tracks were "unchanged" but still unanalyzed
(e.g., after a database cleanup), analysis wouldn't start automatically.
Now we always call queue_unanalyzed_tracks() after scan completes, which
will find any tracks needing analysis regardless of scan results.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a443e7a commit 13934a0
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
363 | 362 | | |
364 | 363 | | |
365 | 364 | | |
| |||
0 commit comments