浏览代码

Fix duplicate properties in message template warning

Stepan Goremykin 2 年之前
父节点
当前提交
08ce477226
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

+ 2 - 2
MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

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