Added indexer name to manual search

This commit is contained in:
Mark McDowall
2013-08-01 16:34:36 -07:00
parent e1272b4f34
commit 12bb55f52d
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace NzbDrone.Core.Indexers
yield return new IndexerDefinition
{
Name = Name,
Enable = true,
Enable = EnableByDefault,
Implementation = GetType().Name,
Settings = String.Empty
};