mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-15 23:02:24 +03:00
Fix logging field case
This commit is contained in:
parent
b08eac54fd
commit
0cde8cbf2e
@ -47,7 +47,7 @@ func walkFolder(ctx context.Context, rootPath string, currentFolder string, resu
|
|||||||
|
|
||||||
dir := filepath.Clean(currentFolder)
|
dir := filepath.Clean(currentFolder)
|
||||||
log.Trace(ctx, "Found directory", "dir", dir, "audioCount", stats.AudioFilesCount,
|
log.Trace(ctx, "Found directory", "dir", dir, "audioCount", stats.AudioFilesCount,
|
||||||
"hasImages", stats.HasImages, "HasPlaylist", stats.HasPlaylist)
|
"hasImages", stats.HasImages, "hasPlaylist", stats.HasPlaylist)
|
||||||
stats.Path = dir
|
stats.Path = dir
|
||||||
results <- stats
|
results <- stats
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user