Reset error on manual migration entry selection

This commit is contained in:
schroda
2026-06-21 13:57:29 +02:00
parent 456e3400f1
commit c18d770309

View File

@@ -696,6 +696,7 @@ export class MigrationManager {
const isSearching = MigrationEntries.isSearching(entry); const isSearching = MigrationEntries.isSearching(entry);
entry.status = MigrationEntryStatus.SEARCH_COMPLETE; entry.status = MigrationEntryStatus.SEARCH_COMPLETE;
entry.error = undefined;
entry.isManualSelection = true; entry.isManualSelection = true;
entry.selectedMatchMangaId = match.id; entry.selectedMatchMangaId = match.id;
entry.selectedMatchSourceId = match.sourceId; entry.selectedMatchSourceId = match.sourceId;