revert change

This commit is contained in:
JPVenson
2026-05-14 13:08:24 +00:00
parent f7d80ae9e6
commit b278dcf475

View File

@@ -294,11 +294,6 @@ public class JellyfinDbContext(DbContextOptions<JellyfinDbContext> options, ILog
});
return result;
}
catch (DbUpdateConcurrencyException)
{
// a concurrency exception is supposed to be always handled by the invoker of the method, logging it here is only causing log bloat.
throw;
}
catch (Exception e)
{
logger.LogError(e, "Error trying to save changes.");