mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 20:22:26 +00:00
Log exception
This commit is contained in:
@@ -1995,9 +1995,9 @@ namespace Emby.Server.Implementations.Data
|
||||
{
|
||||
chapter.ImageTag = ImageProcessor.GetImageCacheTag(item, chapter);
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Logger.LogError(ex, "Failed to create image cache tag.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user