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

Branch name will be returned as lowercase

pull/3113/head
Mark McDowall 11 years ago
parent 1013471449
commit 9660c3f7ee

@ -130,7 +130,7 @@ namespace NzbDrone.Core.Configuration
public string Branch
{
get { return GetValue("Branch", "master"); }
get { return GetValue("Branch", "master").ToLowerInvariant(); }
}
public string Username

Loading…
Cancel
Save