mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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))
|
if (!String.IsNullOrWhiteSpace(_configService.DownloadedEpisodesFolder))
|
||||||
{
|
{
|
||||||
return GetDiskSpace(new[] { _configService.DownloadedEpisodesFolder });
|
return GetDiskSpace(new[] { _diskProvider.GetPathRoot(_configService.DownloadedEpisodesFolder) });
|
||||||
}
|
}
|
||||||
|
|
||||||
return new List<DiskSpace>();
|
return new List<DiskSpace>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue