mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Ability to manually add a show has been added.
UI cleanup for adding series (new, existing and manual).
This commit is contained in:
parent
3d81bc8770
commit
636f352599
24 changed files with 767 additions and 137 deletions
|
@ -14,13 +14,15 @@ namespace NzbDrone.Core.Providers
|
|||
{
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
private readonly IRepository _sonicRepo;
|
||||
private readonly IConfigProvider _configProvider;
|
||||
|
||||
public IndexerProvider(IRepository sonicRepo)
|
||||
public IndexerProvider(IRepository sonicRepo, IConfigProvider configProvider)
|
||||
{
|
||||
_sonicRepo = sonicRepo;
|
||||
_configProvider = configProvider;
|
||||
}
|
||||
|
||||
#region IIndexerProvider
|
||||
#region IIndexerProvider Members
|
||||
|
||||
public List<Indexer> AllIndexers()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue