Fix logging field case

This commit is contained in:
Deluan 2020-12-10 11:34:29 -05:00 committed by Joe Stump
parent b2ca90c910
commit 9f056dcf97
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -47,7 +47,7 @@ func walkFolder(ctx context.Context, rootPath string, currentFolder string, resu
dir := filepath.Clean(currentFolder)
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
results <- stats