1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fixed: Posters not always showing when searching for movie

Fixes #4729
Fixes #4704
This commit is contained in:
Qstick
2020-08-14 23:58:42 -04:00
parent 863252d7e9
commit 77036ac3ef
8 changed files with 155 additions and 11 deletions
@@ -280,6 +280,10 @@ namespace NzbDrone.Core.Extras.Metadata
_mediaFileAttributeService.SetFilePermissions(fullPath);
}
catch (HttpException ex)
{
_logger.Warn(ex, "Couldn't download image {0} for {1}. {2}", image.Url, movie, ex.Message);
}
catch (WebException ex)
{
_logger.Warn(ex, "Couldn't download image {0} for {1}. {2}", image.Url, movie, ex.Message);