mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added NzbInfoUrl to indexers.
This commit is contained in:
parent
ce0a6f8b86
commit
b314ff5e82
13 changed files with 113 additions and 4 deletions
|
@ -101,6 +101,11 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
return item.Links[0].Uri.ToString();
|
||||
}
|
||||
|
||||
protected override string NzbInfoUrl(SyndicationItem item)
|
||||
{
|
||||
return item.Links[0].Uri.ToString();
|
||||
}
|
||||
|
||||
protected override EpisodeParseResult CustomParser(SyndicationItem item, EpisodeParseResult currentResult)
|
||||
{
|
||||
if (currentResult != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue