mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed build
This commit is contained in:
parent
0a75267f09
commit
841c9cdf54
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,8 @@ namespace Ombi.Api.Models.Watcher
|
|||
|
||||
public class Quality
|
||||
{
|
||||
public Quality2 Quality { get; set; }
|
||||
[DeserializeAs(Name = "Quality")]
|
||||
public Quality2 quality { get; set; }
|
||||
public Filters Filters { get; set; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue