mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Wire SmartPlaylistEvaluator into the scanner pipeline. After importing a .nsp file, the scanner enqueues the playlist for background evaluation. The evaluator processes the queue asynchronously, populating tracks and updating song_count/duration/size without blocking the scan. Fixes #4539