Update ImageFetcherPostScanTask.cs
This commit is contained in:
parent
d3b0080a27
commit
969b9e2a18
|
@ -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…
Reference in New Issue
Block a user