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