Explorar el Código

Fix duplicate properties in message template warning

Stepan Goremykin hace 2 años
padre
commit
08ce477226
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);
             }
         }