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

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/2421/head
Ulrich Wagner 4 years ago committed by GitHub
parent d6971581d6
commit f4d0fa8dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save