diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-09-12 21:58:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 13:58:23 -0600 |
| commit | 8776a447d1c2fc553d24bc1162f27017f84e80bb (patch) | |
| tree | 4f124a5e13258aab87c6b46f4219a10ba07cae20 /Emby.Server.Implementations/Library/MediaSourceManager.cs | |
| parent | c02a24e32a7c4ffc4f00620d53911d044b26c9cc (diff) | |
Various cleanups (#14785)
Diffstat (limited to 'Emby.Server.Implementations/Library/MediaSourceManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/MediaSourceManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/MediaSourceManager.cs b/Emby.Server.Implementations/Library/MediaSourceManager.cs index 1e3b8ea76..750346169 100644 --- a/Emby.Server.Implementations/Library/MediaSourceManager.cs +++ b/Emby.Server.Implementations/Library/MediaSourceManager.cs @@ -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 { |
