mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Add existing series uses existing path now
This commit is contained in:
parent
e2314a7b17
commit
7d4db30e38
11 changed files with 34 additions and 20 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue