indexers implementation is now separated from settings/definition

so we can have multiple newznab definitions.
This commit is contained in:
Keivan Beigi
2013-05-01 18:59:09 -07:00
parent 50fd2f77b1
commit 96990eabb3
28 changed files with 270 additions and 345 deletions
+1 -7
View File
@@ -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;
}
}
}