mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
History stores SeriesId now
This commit is contained in:
parent
30a24fd0b4
commit
cdc9098ac7
4 changed files with 1 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue