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

Fixed: Images for some movies not downloading

Closes #8006

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2023-07-17 19:34:39 -05:00
parent feff609685
commit 248ac9619c
13 changed files with 44 additions and 46 deletions
@@ -646,7 +646,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
{
return new MediaCover.MediaCover
{
Url = arg.Url,
RemoteUrl = arg.Url,
CoverType = MapCoverType(arg.CoverType)
};
}