Radarr/src/NzbDrone.Core/RootFolders/UnmappedFolder.cs

10 lines
215 B
C#

namespace NzbDrone.Core.RootFolders
{
public class UnmappedFolder
{
public string Name { get; set; }
public string Path { get; set; }
public string RelativePath { get; set; }
}
}