mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Address comments
This commit is contained in:
parent
787049f35f
commit
3ab50f5a3f
33 changed files with 13 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue