Explorar o código

Fix duplicate properties in message template warning

Stepan Goremykin %!s(int64=2) %!d(string=hai) anos
pai
achega
08ce477226

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