diff --git a/server/scan.go b/server/scan.go index 1ff9d29..fe9bddb 100644 --- a/server/scan.go +++ b/server/scan.go @@ -268,10 +268,5 @@ func scanLibrary(ctx context.Context, id int) { return } - err = tx.Commit(ctx) - if err != nil { - slog.ErrorContext(ctx, "Error Committing Changes", "err", err) - return - } slog.InfoContext(ctx, "Scan Done", "id", id) }