diff options
| author | Ulrich Wagner <ulrich.wagner@viaregio-services.de> | 2020-02-19 18:58:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-19 18:58:28 +0100 |
| commit | f4d0fa8dc8bd1d027664b290d9924a7c80c66bf0 (patch) | |
| tree | 5159113f8772d91261fb4d29a8b581c6b7cabc54 /Emby.Server.Implementations/Library/LibraryManager.cs | |
| parent | d6971581d6777ca2ac1f22a5d1e61ada65c76baf (diff) | |
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
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 e851998c2..9a1a38365 100644 --- a/Emby.Server.Implementations/Library/LibraryManager.cs +++ b/Emby.Server.Implementations/Library/LibraryManager.cs @@ -2440,7 +2440,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 informations with ffprobe. Episode: {EpisodeInfo}", episodeInfo.Path); } var changed = false; |
