diff --git a/scanner/walk_dir_tree.go b/scanner/walk_dir_tree.go index bf57fb8d4..6a819c7cb 100644 --- a/scanner/walk_dir_tree.go +++ b/scanner/walk_dir_tree.go @@ -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