mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: NzbInfoUrl added to history (link to NZB info at indexer) - Not supported for Womble's.
This commit is contained in:
@@ -148,7 +148,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
|
||||
protected override string NzbInfoUrl(SyndicationItem item)
|
||||
{
|
||||
return item.Links[1].Uri.ToString();
|
||||
return item.Links[0].Uri.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user