add root dir now returns list of unmapped folders.

pull/4/head
Keivan Beigi 12 years ago committed by kay.one
parent 78d007791f
commit 023eaca678

@ -41,6 +41,7 @@ namespace NzbDrone.Core.Providers
var id = _database.Insert(rootDir);
rootDir.Id = Convert.ToInt32(id);
rootDir.FreeSpace = _diskProvider.FreeDiskSpace(new DirectoryInfo(rootDir.Path));
rootDir.UnmappedFolders = GetUnmappedFolders(rootDir.Path);
return rootDir;
}

Loading…
Cancel
Save