Fix updating search progress on auto match selection

Regression 3a976f8e13
This commit is contained in:
schroda
2026-05-22 12:55:46 +02:00
parent 140741aa99
commit 552965e403

View File

@@ -1005,6 +1005,9 @@ export class MigrationManager {
} else {
draftEntry.status = MigrationEntryStatus.NO_MATCH;
}
draft.searchProgress.success += 1;
draft.searchProgress.completed += 1;
});
} catch (error) {
if (mainSignal.aborted) {