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

hide torrent indexers.

pull/6/head
kayone 12 years ago
parent 27bd59268d
commit c766089188

@ -24,7 +24,8 @@ namespace NzbDrone.Core.Indexers
protected override void InitializeProviders()
{
var definitions = _providers.SelectMany(indexer => indexer.DefaultDefinitions);
var definitions = _providers.Where(c => c.Protocol == DownloadProtocol.Usenet)
.SelectMany(indexer => indexer.DefaultDefinitions);
var currentProviders = All();

Loading…
Cancel
Save