mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
History Items are now added with series. Test makes sure seriesId is sent in.
This commit is contained in:
parent
ecd0fb50a8
commit
8d4f65b7dc
2 changed files with 4 additions and 3 deletions
|
@ -48,6 +48,7 @@ namespace NzbDrone.Core.Providers
|
|||
history.Quality = parseResult.Quality.QualityType;
|
||||
history.NzbTitle = parseResult.NzbTitle;
|
||||
history.EpisodeId = episode.EpisodeId;
|
||||
history.SeriesId = episode.SeriesId;
|
||||
|
||||
_historyProvider.Add(history);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue