Update ImageFetcherPostScanTask.cs

pull/4263/head
BaronGreenback 4 years ago committed by GitHub
parent d3b0080a27
commit 969b9e2a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save