1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-29 03:15:19 +00:00
Radarr/NzbDrone.Core/RootFolders/UnmappedFolder.cs

8 lines
168 B
C#
Raw Normal View History

2013-03-06 20:30:53 +00:00
namespace NzbDrone.Core.RootFolders
{
public class UnmappedFolder
{
public string Name { get; set; }
public string Path { get; set; }
}
}