aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-08-22 17:50:42 +0200
committerGitHub <noreply@github.com>2022-08-22 17:50:42 +0200
commite1e4ac75e4b2ef84e817f3ebe0d14f52e7249b41 (patch)
treec299708f087282f484c698b07daf6aad995b20ed /Emby.Server.Implementations/Library/LibraryManager.cs
parentc45c8bdec727abdef0a610ea70790c578de4fff8 (diff)
parent9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (diff)
Merge pull request #8267 from luzpaz/typos
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 2843fb8f8..679684552 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -2529,7 +2529,7 @@ namespace Emby.Server.Implementations.Library
}
catch (Exception ex)
{
- _logger.LogError(ex, "Error reading the episode informations with ffprobe. Episode: {EpisodeInfo}", episodeInfo.Path);
+ _logger.LogError(ex, "Error reading the episode information with ffprobe. Episode: {EpisodeInfo}", episodeInfo.Path);
}
var changed = false;