Fixed: NzbClub nzb URL.

This commit is contained in:
Mark McDowall 2012-04-18 23:31:44 -07:00
parent ffaae13680
commit eb0c75061d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace NzbDrone.Core.Providers.Indexer
protected override string NzbDownloadUrl(SyndicationItem item)
{
return item.Links[1].Uri.ToString();
return item.Links[0].Uri.ToString();
}
protected override IList<string> GetEpisodeSearchUrls(string seriesTitle, int seasonNumber, int episodeNumber)