Browse Source

Fix duplicate properties in message template warning

Stepan Goremykin 2 years ago
parent
commit
08ce477226
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

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

@@ -233,7 +233,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
             }
             }
             else
             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
             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);
             }
             }
         }
         }