Log exception
This commit is contained in:
parent
2fcbc2a5b8
commit
10afa4509d
|
@ -1995,9 +1995,9 @@ namespace Emby.Server.Implementations.Data
|
||||||
{
|
{
|
||||||
chapter.ImageTag = ImageProcessor.GetImageCacheTag(item, chapter);
|
chapter.ImageTag = ImageProcessor.GetImageCacheTag(item, chapter);
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Logger.LogError(ex, "Failed to create image cache tag.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user