mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +00:00
Fixed: NzbClub nzb URL.
This commit is contained in:
parent
ffaae13680
commit
eb0c75061d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public override string Name
|
|||
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue