Fix providerId cards getting removed from deckList by convenience replacement function (#6074)

Took 2 hours 25 minutes

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-08-15 07:11:02 +02:00 committed by GitHub
parent f2cbdae829
commit 38f76d449a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -397,6 +397,7 @@ void DeckLoader::clearSetNamesAndNumbers()
// Set the providerId on the card
card->setCardSetShortName(nullptr);
card->setCardCollectorNumber(nullptr);
card->setCardProviderId(nullptr);
};
forEachCard(clearSetNameAndNumber);