You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02: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 | ||||
|                 }; | ||||
|   | ||||
| @@ -31,6 +31,12 @@ define( | ||||
|                         sortable: true, | ||||
|                         cell    : Backgrid.StringCell | ||||
|                     }, | ||||
|                     { | ||||
|                         name    : 'indexer', | ||||
|                         label   : 'Indexer', | ||||
|                         sortable: true, | ||||
|                         cell    : Backgrid.StringCell | ||||
|                     }, | ||||
|                     { | ||||
|                         name    : 'size', | ||||
|                         label   : 'Size', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user