Store QualityPofile properly

This commit is contained in:
Mark McDowall 2013-03-26 01:02:31 -07:00
commit b6ac7638a1
9 changed files with 80 additions and 10 deletions

View file

@ -58,7 +58,6 @@ namespace NzbDrone.Core.Datastore
return _dataMapper.Query<TModel>().Single(c => c.Id == id);
}
public TModel SingleOrDefault()
{
return All().Single();