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

Bug: Fixed ND-9, no longer strip out * from SABnzbd categories, * is Default.

pull/6/head
Mark McDowall 13 years ago
parent 359f6ea012
commit 5f0c03d69d

@ -179,8 +179,6 @@ namespace NzbDrone.Core.Providers
var deserialized = new JavaScriptSerializer().Deserialize<SabnzbdCategoryModel>(response);
deserialized.categories.Remove("*");
return deserialized;
}

Loading…
Cancel
Save