mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-25 06:10:48 +02: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)
|
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)
|
protected override IList<string> GetEpisodeSearchUrls(string seriesTitle, int seasonNumber, int episodeNumber)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue