mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Update scanner/phase_1_folders.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2998cd3f7c
commit
d30f6cfc92
@ -139,7 +139,7 @@ func (p *phaseFolders) producer() ppl.Producer[*folderEntry] {
|
||||
|
||||
// Use selective folder loading if target folders are specified
|
||||
if len(job.targetFolders) > 0 {
|
||||
log.Debug(p.ctx, "Scanner: Loading specific folders only (non-recursive)", "lib", job.lib.Name, "numTargets", len(job.targetFolders))
|
||||
log.Debug(p.ctx, "Scanner: Loading specific folders and all their subdirectories (recursive)", "lib", job.lib.Name, "numTargets", len(job.targetFolders))
|
||||
}
|
||||
outputChan, err = walkDirTree(p.ctx, job, job.targetFolders...)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user