mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 10:07:10 +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; }
|
|
}
|
|
} |