mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Renamed Quality to QualityModel
This commit is contained in:
parent
410b4574bc
commit
49f086cf19
24 changed files with 110 additions and 107 deletions
|
@ -6,7 +6,7 @@
|
|||
internal int SeasonNumber { get; set; }
|
||||
internal int Year { get; set; }
|
||||
|
||||
public Quality Quality { get; set; }
|
||||
public QualityModel Quality { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue