mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
More work on indexers/jobs
This commit is contained in:
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Providers
|
||||
|
||||
}
|
||||
|
||||
public virtual List<IndexerSetting> AllIndexers()
|
||||
public virtual List<IndexerSetting> All()
|
||||
{
|
||||
return _repository.All<IndexerSetting>().ToList();
|
||||
}
|
||||
@@ -57,7 +57,7 @@ namespace NzbDrone.Core.Providers
|
||||
{
|
||||
Logger.Info("Initializing indexers. Count {0}", indexers.Count);
|
||||
|
||||
var currentIndexers = AllIndexers();
|
||||
var currentIndexers = All();
|
||||
|
||||
foreach (var feedProvider in indexers)
|
||||
{
|
||||
|
Reference in New Issue
Block a user