History stores SeriesId now

This commit is contained in:
Mark McDowall 2013-05-13 22:47:53 -07:00
commit cdc9098ac7
4 changed files with 1 additions and 6 deletions

View file

@ -64,6 +64,7 @@ namespace NzbDrone.Core.History
Indexer = message.Episode.Report.Indexer,
Quality = message.Episode.ParsedEpisodeInfo.Quality,
NzbTitle = message.Episode.Report.Title,
SeriesId = episode.SeriesId,
EpisodeId = episode.Id,
NzbInfoUrl = message.Episode.Report.NzbInfoUrl,
ReleaseGroup = message.Episode.Report.ReleaseGroup,