mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
indexers implementation is now separated from settings/definition
so we can have multiple newznab definitions.
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Core.Indexers.NzbIndex
|
||||
{
|
||||
public class NzbIndex : Indexer
|
||||
public class NzbIndex : IndexerBase
|
||||
{
|
||||
public override IEnumerable<string> RecentFeed
|
||||
{
|
||||
@@ -73,11 +73,5 @@ namespace NzbDrone.Core.Indexers.NzbIndex
|
||||
|
||||
return searchUrls;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user