diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-08-22 17:50:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 17:50:42 +0200 |
| commit | e1e4ac75e4b2ef84e817f3ebe0d14f52e7249b41 (patch) | |
| tree | c299708f087282f484c698b07daf6aad995b20ed /Emby.Server.Implementations/Library/LibraryManager.cs | |
| parent | c45c8bdec727abdef0a610ea70790c578de4fff8 (diff) | |
| parent | 9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (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.cs | 2 |
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; |
