1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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
@@ -8,7 +8,7 @@ namespace NzbDrone.Core.Repository.Quality
{
public class QualityProfile
{
[SubSonicPrimaryKey(true)]
[SubSonicPrimaryKey]
public virtual int QualityProfileId { get; set; }
[Required(ErrorMessage = "A Name is Required")]