Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/12bb55f52d4b5e0c90c1625e243fed949d203d3e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added indexer name to manual search

pull/4/head
Mark McDowall 12 years ago
parent e1272b4f34
commit 12bb55f52d

@ -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',

Loading…
Cancel
Save