QualityTypes no longer an enum

This commit is contained in:
Mark McDowall 2012-10-13 17:36:16 -07:00
commit 92acb4c049
37 changed files with 585 additions and 247 deletions

View file

@ -46,7 +46,7 @@ namespace NzbDrone.Core.Repository
}
set
{
Quality = value.QualityType;
Quality = value.Quality;
Proper = value.Proper;
}
}