mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Renamed IndexerProviderBase to IndexerBase since its no longer a provider
This commit is contained in:
parent
3e1ff7e96e
commit
53e6b60382
11 changed files with 42 additions and 42 deletions
|
@ -8,12 +8,12 @@ namespace NzbDrone.Core.Providers.Jobs
|
|||
{
|
||||
public class RssSyncJob : IJob
|
||||
{
|
||||
private readonly IEnumerable<IndexerProviderBase> _indexers;
|
||||
private readonly IEnumerable<IndexerBase> _indexers;
|
||||
|
||||
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
public RssSyncJob(IEnumerable<IndexerProviderBase> indexers)
|
||||
public RssSyncJob(IEnumerable<IndexerBase> indexers)
|
||||
{
|
||||
_indexers = indexers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue