mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Added indexer name to manual search
This commit is contained in:
parent
e1272b4f34
commit
12bb55f52d
@ -18,7 +18,7 @@ public virtual IEnumerable<IndexerDefinition> DefaultDefinitions
|
|||||||
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user