Various cleanups (#14785)

This commit is contained in:
Bond-009
2025-09-12 21:58:23 +02:00
committed by GitHub
parent c02a24e32a
commit 8776a447d1
9 changed files with 18 additions and 17 deletions

View File

@@ -657,7 +657,7 @@ namespace Emby.Server.Implementations.Library
}
catch (Exception ex)
{
_logger.LogDebug(ex, "_jsonSerializer.DeserializeFromFile threw an exception.");
_logger.LogDebug(ex, "Error parsing cached media info.");
}
finally
{