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
parent 42e9d41b33
commit ad4326a9c4
9 changed files with 37 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ namespace NzbDrone.Api.Indexers
private ReleaseResource DownloadRelease(ReleaseResource release)
{
var remoteEpisode = _parsingService.Map(release.InjectTo<ParsedEpisodeInfo>());
var remoteEpisode = _parsingService.Map(release.InjectTo<ParsedEpisodeInfo>(), 0);
remoteEpisode.Report = release.InjectTo<ReportInfo>();
_downloadService.DownloadReport(remoteEpisode);