mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Almost everything working except importing episode thumbs
This commit is contained in:
@@ -230,7 +230,11 @@ namespace NzbDrone.Core.MetadataSource
|
||||
SeasonNumber = traktSeason.season
|
||||
};
|
||||
|
||||
season.Images.Add(new MediaCover.MediaCover(MediaCoverTypes.Poster, traktSeason.images.poster));
|
||||
if (traktSeason.images != null)
|
||||
{
|
||||
season.Images.Add(new MediaCover.MediaCover(MediaCoverTypes.Poster, traktSeason.images.poster));
|
||||
}
|
||||
|
||||
seasons.Add(season);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user