mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-27 10:17:47 +00:00
8 lines
No EOL
168 B
C#
8 lines
No EOL
168 B
C#
namespace NzbDrone.Core.RootFolders
|
|
{
|
|
public class UnmappedFolder
|
|
{
|
|
public string Name { get; set; }
|
|
public string Path { get; set; }
|
|
}
|
|
} |