Fixes and mapping

This commit is contained in:
MaddoScientisto 2026-02-04 23:16:06 +01:00
commit ba965e8266
10 changed files with 449 additions and 284 deletions

View file

@ -96,7 +96,7 @@ namespace MaddoShared
catch (Exception e)
{
logger.LogError(e, "Error in reporting update");
throw;
// Don't rethrow - continue processing other images
}
}
finally