removed Season/SeasonProvider, updated dbBenchmark tests.

This commit is contained in:
kay.one
2011-06-03 18:56:53 -07:00
parent 2ecd5ddb98
commit d3be516fb2
34 changed files with 317 additions and 485 deletions
@@ -16,8 +16,6 @@ namespace NzbDrone.Core.Repository.Quality
[DisplayFormat(ConvertEmptyStringToNull = false)]
public string Name { get; set; }
public bool UserProfile { get; set; } //Allows us to tell the difference between default and user profiles
[SubSonicIgnore]
[DisplayName("Allowed Qualities")]
public List<QualityTypes> Allowed { get; set; }