Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/87d15092e5b16d2b3becb6b55979b3971c2eb306?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: nzbplanet.net as a newznab preset

pull/3113/head
Mark McDowall 11 years ago
parent 6c020111b8
commit 87d15092e5

@ -80,6 +80,14 @@ namespace NzbDrone.Core.Indexers.Newznab
Settings = GetSettings("https://www.oznzb.com", new List<Int32>())
});
list.Add(new IndexerDefinition
{
Enable = false,
Name = "nzbplanet.net",
Implementation = GetType().Name,
Settings = GetSettings("https://nzbplanet.net", new List<Int32>())
});
return list;
}
}

Loading…
Cancel
Save