diff --git a/server/scan.go b/server/scan.go index 8b58fc3..8fb29c8 100644 --- a/server/scan.go +++ b/server/scan.go @@ -211,7 +211,7 @@ func scanLibrary(ctx context.Context, id int) { } if !slices.Contains(videoFileExtensions, filepath.Ext(fullPath)) { - slog.InfoContext(ctx, "Skipping non video file", "path", fullPath) + slog.DebugContext(ctx, "Skipping non video file", "path", fullPath) return nil }