Fix duplicate properties in message template warning

This commit is contained in:
Stepan Goremykin 2023-04-06 19:10:15 +02:00
parent 5508efc2e2
commit 08ce477226

View file

@ -233,7 +233,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
}
else
{
_logger.LogInformation("ffmpeg attachment extraction completed for {Path} to {Path}", inputPath, outputPath);
_logger.LogInformation("ffmpeg attachment extraction completed for {InputPath} to {OutputPath}", inputPath, outputPath);
}
}
@ -378,7 +378,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
}
else
{
_logger.LogInformation("ffmpeg attachment extraction completed for {Path} to {Path}", inputPath, outputPath);
_logger.LogInformation("ffmpeg attachment extraction completed for {InputPath} to {OutputPath}", inputPath, outputPath);
}
}