1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fixed: Images for some series not downloading

Closes #5376
This commit is contained in:
Mark McDowall
2023-01-15 20:09:34 -08:00
parent c08b451564
commit b848100693
11 changed files with 41 additions and 25 deletions
@@ -310,7 +310,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
{
return new MediaCover.MediaCover
{
Url = arg.Url,
RemoteUrl = arg.Url,
CoverType = MapCoverType(arg.CoverType)
};
}