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

Revert "Fixed regression, mono should resolve symlinks while trying to find out the available/total space."

This reverts commit d33efe59fc.
pull/3113/head
Taloth Saldono 9 years ago
parent d33efe59fc
commit 262b8daec1

@ -22,13 +22,6 @@ namespace NzbDrone.Mono
_procMountProvider = procMountProvider;
}
public override IMount GetMount(string path)
{
path = UnixPath.GetCompleteRealPath(path);
return base.GetMount(path);
}
public override long? GetAvailableSpace(string path)
{
Ensure.That(path, () => path).IsValidPath();

Loading…
Cancel
Save