Using Newznab extended attributes to get the tvrage id for matching

This commit is contained in:
Mark McDowall 2013-08-18 22:53:26 -07:00
commit ad4326a9c4
9 changed files with 37 additions and 12 deletions

View file

@ -51,7 +51,7 @@ namespace NzbDrone.Core.DecisionEngine
if (parsedEpisodeInfo != null && !string.IsNullOrWhiteSpace(parsedEpisodeInfo.SeriesTitle))
{
var remoteEpisode = _parsingService.Map(parsedEpisodeInfo);
var remoteEpisode = _parsingService.Map(parsedEpisodeInfo, report.TvRageId);
remoteEpisode.Report = report;
if (remoteEpisode.Series != null)