removed default root property

tweaked the ui on add new show
This commit is contained in:
Keivan
2011-03-28 16:38:05 -07:00
parent 613a49c3ea
commit c45729a986
5 changed files with 72 additions and 102 deletions
+1 -4
View File
@@ -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; }
}
}