Log exception

This commit is contained in:
Bond_009 2020-04-15 11:14:54 +02:00
parent 2fcbc2a5b8
commit 10afa4509d

View file

@ -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.");
} }
} }
} }