mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +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
|
yield return new IndexerDefinition
|
||||||
{
|
{
|
||||||
Name = Name,
|
Name = Name,
|
||||||
Enable = true,
|
Enable = EnableByDefault,
|
||||||
Implementation = GetType().Name,
|
Implementation = GetType().Name,
|
||||||
Settings = String.Empty
|
Settings = String.Empty
|
||||||
};
|
};
|
||||||
|
@@ -31,6 +31,12 @@ define(
|
|||||||
sortable: true,
|
sortable: true,
|
||||||
cell : Backgrid.StringCell
|
cell : Backgrid.StringCell
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name : 'indexer',
|
||||||
|
label : 'Indexer',
|
||||||
|
sortable: true,
|
||||||
|
cell : Backgrid.StringCell
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name : 'size',
|
name : 'size',
|
||||||
label : 'Size',
|
label : 'Size',
|
||||||
|
Reference in New Issue
Block a user