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

@ -1,10 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using NzbDrone.Core.Datastore;
namespace NzbDrone.Core.Qualities
{
public class Quality : IComparable<Quality>
public class Quality : IComparable<Quality>, IEmbeddedDocument
{
public int Id { get; set; }
public string Name { get; set; }