mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
removed default root property
tweaked the ui on add new show
This commit is contained in:
@@ -8,11 +8,8 @@ namespace NzbDrone.Core.Repository
|
||||
{
|
||||
public class RootDir
|
||||
{
|
||||
[SubSonicPrimaryKey(true)]
|
||||
public int RootDirId { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
public bool Default { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user