Update ImageFetcherPostScanTask.cs

This commit is contained in:
BaronGreenback
2020-11-21 23:33:41 +00:00
committed by GitHub
parent d3b0080a27
commit 969b9e2a18

View File

@@ -74,7 +74,7 @@ namespace Emby.Server.Implementations.Library
{
await _libraryManager.UpdateImagesAsync(queuedItem.item, queuedItem.updateReason >= ItemUpdateType.ImageUpdate).ConfigureAwait(false);
}
catch (HttpException ex)
catch (Exception ex)
{
_logger.LogError(ex, "Failed to fetch images for {Type} item with id {ItemId}", itemType, itemId);
}