GetPathRoot for DownloadedEpisodesFolder

This commit is contained in:
Mark McDowall 2013-10-15 22:31:25 -07:00
parent d4fd731b34
commit af74ea967b
1 changed files with 1 additions and 1 deletions

View File

@ -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>();