mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed NzbDownloadUrl for NzbsRUsProvider
This commit is contained in:
parent
6f46a1211e
commit
fbdc752f77
@ -34,7 +34,7 @@ public override string Name
|
||||
|
||||
protected override string NzbDownloadUrl(SyndicationItem item)
|
||||
{
|
||||
return item.Links[0].ToString();
|
||||
return item.Links[0].Uri.ToString();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user