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

@ -6,7 +6,7 @@ namespace NzbDrone.Core.Repository
{
public class History
{
[SubSonicPrimaryKey(true)]
[SubSonicPrimaryKey]
public virtual int HistoryId { get; set; }
public virtual int EpisodeId { get; set; }
public virtual int IndexerId { get; set; }