mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
History Items are now added with series. Test makes sure seriesId is sent in.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user