mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
schema updates
This commit is contained in:
@@ -10,7 +10,7 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
}
|
||||
|
||||
public class IndexerService : ProviderFactory<IIndexer, IndexerDefinition>
|
||||
public class IndexerService : ProviderFactory<IIndexer, IndexerDefinition>, IIndexerService
|
||||
{
|
||||
private readonly IIndexerRepository _providerRepository;
|
||||
private readonly IEnumerable<IIndexer> _providers;
|
||||
|
Reference in New Issue
Block a user