some subsonic cleanup

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

View File

@@ -10,7 +10,7 @@ namespace NzbDrone.Core.Repository
{
public class Indexer
{
[SubSonicPrimaryKey(false)]
[SubSonicPrimaryKey]
public virtual int IndexerId { get; set; }
public string IndexerName { get; set; }