Update Emby.Server.Implementations/Library/LibraryManager.cs

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Ulrich Wagner 2020-02-19 18:58:28 +01:00 committed by GitHub
parent d6971581d6
commit f4d0fa8dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;