moved history over to objectdb

This commit is contained in:
kay.one 2013-02-23 13:29:22 -08:00
commit f568fdad6a
20 changed files with 259 additions and 494 deletions

View file

@ -10,7 +10,10 @@ namespace NzbDrone.Core.Tv
public Boolean Proper { get; set; }
public QualityModel() { }
public QualityModel():this(QualityTypes.Unknown, false)
{
}
public QualityModel(QualityTypes quality, Boolean proper)
{