mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Fix argument is not used in message template warning
This commit is contained in:
@@ -449,7 +449,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
|
||||
{
|
||||
try
|
||||
{
|
||||
_logger.LogInformation("Deleting converted subtitle due to failure: ", outputPath);
|
||||
_logger.LogInformation("Deleting converted subtitle due to failure: {Path}", outputPath);
|
||||
_fileSystem.DeleteFile(outputPath);
|
||||
}
|
||||
catch (IOException ex)
|
||||
|
||||
Reference in New Issue
Block a user