mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Cleanup
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
- Add GP-Install to packer filters
|
||||
- Update Aaru to 5.4.2 LTS
|
||||
- Use prefixing protection scan output
|
||||
- Print error when redump is down
|
||||
|
||||
### 3.6.0 (2025-11-28)
|
||||
|
||||
|
||||
@@ -272,11 +272,17 @@ namespace MPF.Frontend.Tools
|
||||
return false;
|
||||
}
|
||||
else if (foundIds.Count == 0)
|
||||
{
|
||||
resultProgress?.Report(ResultEventArgs.Failure($"No matches found for {sha1}"));
|
||||
}
|
||||
else if (foundIds.Count == 1)
|
||||
{
|
||||
resultProgress?.Report(ResultEventArgs.Success($"Single match found for {sha1}"));
|
||||
}
|
||||
else
|
||||
{
|
||||
resultProgress?.Report(ResultEventArgs.Success($"Multiple matches found for {sha1}"));
|
||||
}
|
||||
|
||||
// Add the found IDs to the map
|
||||
foundIdSets.Add(foundIds?.ToArray() ?? []);
|
||||
|
||||
Reference in New Issue
Block a user