mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Added indexer name to manual search
This commit is contained in:
@@ -18,7 +18,7 @@ namespace NzbDrone.Core.Indexers
|
||||
yield return new IndexerDefinition
|
||||
{
|
||||
Name = Name,
|
||||
Enable = true,
|
||||
Enable = EnableByDefault,
|
||||
Implementation = GetType().Name,
|
||||
Settings = String.Empty
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user