Add existing series uses existing path now

This commit is contained in:
Mark McDowall 2013-02-17 17:45:14 -08:00
commit 7d4db30e38
11 changed files with 34 additions and 20 deletions

View file

@ -11,6 +11,6 @@ namespace NzbDrone.Core.RootFolders
[Ignore]
public ulong FreeSpace { get; set; }
public List<string> UnmappedFolders { get; set; }
public List<UnmappedFolder> UnmappedFolders { get; set; }
}
}