mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 14:27:06 -04:00
Fixed NzbDownloadUrl for NzbsRUsProvider
This commit is contained in:
parent
6f46a1211e
commit
fbdc752f77
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
||||||
|
|
||||||
protected override string NzbDownloadUrl(SyndicationItem item)
|
protected override string NzbDownloadUrl(SyndicationItem item)
|
||||||
{
|
{
|
||||||
return item.Links[0].ToString();
|
return item.Links[0].Uri.ToString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue