mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 08:22:35 +01:00
8 lines
168 B
C#
8 lines
168 B
C#
namespace NzbDrone.Core.RootFolders
|
|
{
|
|
public class UnmappedFolder
|
|
{
|
|
public string Name { get; set; }
|
|
public string Path { get; set; }
|
|
}
|
|
} |