mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
removed default root property
tweaked the ui on add new show
This commit is contained in:
parent
613a49c3ea
commit
c45729a986
5 changed files with 72 additions and 102 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue