GUI: Fixing another corner case in mass add

This commit is contained in:
Eugene Sandulenko 2021-04-28 12:52:25 +02:00
parent e3ee65de99
commit 473a312b0e
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -212,7 +212,7 @@ void MassAddDialog::handleTickle() {
if ((*dom)["engineid"] == result.engineId &&
(*dom)["gameid"] == result.gameId &&
(*dom)["platform"] == resultPlatformCode &&
dom->getValOrDefault("platform") == resultPlatformCode &&
dom->getValOrDefault("language") == resultLanguageCode) {
duplicate = true;
break;