mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed attach series issue and null episodes.
This commit is contained in:
parent
8b7c624d09
commit
45549fa50b
2 changed files with 60 additions and 0 deletions
|
@ -236,6 +236,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
public Episode AttachSeries(Episode episode)
|
||||
{
|
||||
if (episode == null) return episode;
|
||||
episode.Series = _seriesProvider.GetSeries(episode.SeriesId);
|
||||
return episode;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue