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

GetPathRoot for DownloadedEpisodesFolder

pull/4/head
Mark McDowall 12 years ago
parent d4fd731b34
commit af74ea967b

@ -50,7 +50,7 @@ namespace NzbDrone.Core.DiskSpace
{
if (!String.IsNullOrWhiteSpace(_configService.DownloadedEpisodesFolder))
{
return GetDiskSpace(new[] { _configService.DownloadedEpisodesFolder });
return GetDiskSpace(new[] { _diskProvider.GetPathRoot(_configService.DownloadedEpisodesFolder) });
}
return new List<DiskSpace>();

Loading…
Cancel
Save