some subsonic cleanup

This commit is contained in:
kay.one 2011-04-05 20:14:43 -07:00
commit 1e73138f6d
8 changed files with 22 additions and 8 deletions

View file

@ -8,6 +8,7 @@ namespace NzbDrone.Core.Repository
{
public class RootDir
{
[SubSonicPrimaryKey]
public virtual int Id { get; set; }
public string Path { get; set; }