diff --git a/DATabase/Import.cs b/DATabase/Import.cs index 62c16122..ee8fac53 100644 --- a/DATabase/Import.cs +++ b/DATabase/Import.cs @@ -523,7 +523,7 @@ SELECT files.id FROM files { using (SqliteDataReader sldr = slc.ExecuteReader()) { - // If the file doesn't exist, add it + // If the file doesn't exist, add it with its checksums if (!sldr.HasRows) { query = @"BEGIN;