Update ImageFetcherPostScanTask.cs

This commit is contained in:
BaronGreenback 2020-11-21 23:33:41 +00:00 committed by GitHub
parent d3b0080a27
commit 969b9e2a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);
}