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

oops. fixed relationships.

pull/4/head
kay.one 12 years ago
parent 3bed87ec4e
commit 143675cf80

@ -115,8 +115,11 @@ namespace Marr.Data
_child = _query(db, _parent);
}
}
else
{
_child = default(TChild);
}
_child = default(TChild);
_isLoaded = true;
}
}

Loading…
Cancel
Save