Fixed build

pull/853/head
Jamie.Rees 8 years ago
parent 0a75267f09
commit 841c9cdf54

@ -30,7 +30,6 @@ using System.Collections.Generic;
using Ombi.Api.Models.Watcher;
namespace Ombi.Api.Interfaces
{
{
public interface IWatcherApi
{

@ -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…
Cancel
Save