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

Default category is now empty for nzbget

pull/6/head
Mark McDowall 12 years ago
parent d5bad8c6ef
commit 9dcdd06b6c

@ -210,7 +210,7 @@ namespace NzbDrone.Core.Configuration
public String NzbgetTvCategory
{
get { return GetValue("NzbgetTvCategory", "nzbget"); }
get { return GetValue("NzbgetTvCategory", ""); }
set { SetValue("NzbgetTvCategory", value); }
}

Loading…
Cancel
Save