New: NzbInfoUrl added to history (link to NZB info at indexer) - Not supported for Womble's.

This commit is contained in:
Mark McDowall 2012-05-02 15:42:21 -07:00
commit 5aff4ab240
12 changed files with 639 additions and 462 deletions

View file

@ -70,7 +70,7 @@ namespace NzbDrone.Core.Providers.Indexer
protected override string NzbInfoUrl(SyndicationItem item)
{
return item.Links[0].Uri.ToString();
return item.Id;
}
protected override EpisodeParseResult CustomParser(SyndicationItem item, EpisodeParseResult currentResult)