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

Add UHD to default movie categories for newsnab providers

pull/199/head
Devin Buhl 8 years ago
parent f198ca2b77
commit c06a6dc988

@ -60,7 +60,7 @@ namespace NzbDrone.Core.Indexers.Newznab
public NewznabSettings()
{
Categories = new[] { 2030, 2035, 2040, 2050 };
Categories = new[] { 2030, 2035, 2040, 2045, 2050 };
AnimeCategories = Enumerable.Empty<int>();
}

Loading…
Cancel
Save