embedded type convector is now registered for all embedded types automatically.

This commit is contained in:
kay.one 2013-03-31 17:20:01 -07:00
commit c1fba9093d
5 changed files with 42 additions and 24 deletions

View file

@ -5,7 +5,7 @@ using NzbDrone.Core.Datastore;
namespace NzbDrone.Core.Qualities
{
public class Quality : IComparable<Quality>, IEmbeddedDocument
public class Quality : IComparable<Quality>
{
public int Id { get; set; }
public string Name { get; set; }