1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00
Files
Radarr/NzbDrone.Core/RootFolders/UnmappedFolder.cs
T
2013-03-07 21:39:49 +09:00

8 lines
168 B
C#

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