mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-02 21:24:56 +00:00
GetPathRoot for DownloadedEpisodesFolder
This commit is contained in:
parent
d4fd731b34
commit
af74ea967b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue