2023-02-04 23:18:32 +00:00
|
|
|
namespace NzbDrone.Core.RootFolders
|
2013-02-18 01:45:14 +00:00
|
|
|
{
|
|
|
|
public class UnmappedFolder
|
|
|
|
{
|
|
|
|
public string Name { get; set; }
|
|
|
|
public string Path { get; set; }
|
2023-02-04 23:18:32 +00:00
|
|
|
public string RelativePath { get; set; }
|
2013-02-18 01:45:14 +00:00
|
|
|
}
|
2021-08-03 04:43:28 +00:00
|
|
|
}
|