Fixed QualityProfile mapping to Series, resulted in a large number of changed files referencing ProfileId instead of QualityProfileId

This commit is contained in:
markus101 2011-02-17 09:45:02 -08:00
parent 83ee068d45
commit d3b7d199ab
18 changed files with 247 additions and 79 deletions

View file

@ -15,7 +15,7 @@ namespace NzbDrone.Web.Models
public List<QualityProfile> UserProfiles { get; set; }
[DisplayName("Default Quality Profile")]
public int DefaultProfileId { get; set; }
public int DefaultQualityProfileId { get; set; }
public SelectList SelectList { get; set; }
}