mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Using Newznab extended attributes to get the tvrage id for matching
This commit is contained in:
parent
42e9d41b33
commit
ad4326a9c4
9 changed files with 37 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue