mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
moved naming specification out of general config.
This commit is contained in:
parent
db37d020f4
commit
dce64a5530
23 changed files with 535 additions and 463 deletions
|
@ -67,7 +67,7 @@ namespace NzbDrone.Core.Indexers
|
|||
{
|
||||
//Todo: This will be used in the API
|
||||
_logger.Debug("Upserting Indexer definitions for {0}", indexer.Name);
|
||||
_indexerRepository.Upsert(indexer);
|
||||
_indexerRepository.UpSert(indexer);
|
||||
}
|
||||
|
||||
public Indexer GetSettings(Type type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue