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

Merge pull request from TectonicEd/patch-2

Bug fix: get groupname of group rather than user
pull/3113/head
Mark McDowall 11 years ago
commit 953024cd40

@ -93,7 +93,7 @@ namespace NzbDrone.Mono
if (!uint.TryParse(group, out groupId))
{
var g = Syscall.getgrnam(user);
var g = Syscall.getgrnam(group);
if (g == null)
{

Loading…
Cancel
Save