mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
moved history over to objectdb
This commit is contained in:
parent
cf8be4bf8f
commit
f568fdad6a
20 changed files with 259 additions and 494 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue