Address comments

This commit is contained in:
Bond_009
2020-04-01 19:05:41 +02:00
parent 787049f35f
commit 3ab50f5a3f
33 changed files with 13 additions and 44 deletions

View File

@@ -155,7 +155,7 @@ namespace Emby.Server.Implementations.MediaEncoder
}
catch (IOException ex)
{
_logger.LogError(ex, "Error deleting {Path}", tempFile);
_logger.LogError(ex, "Error deleting temporary chapter image encoding file {Path}", tempFile);
}
chapter.ImagePath = path;