mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
More work on indexers/jobs
This commit is contained in:
parent
7e66871cb7
commit
8c7c2ac296
10 changed files with 99 additions and 70 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue