Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie.Rees authored and Jamie.Rees committed Dec 28, 2016
1 parent 0a75267 commit 841c9cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Ombi.Api.Interfaces/IWatcherApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
using Ombi.Api.Models.Watcher;

namespace Ombi.Api.Interfaces
{
{
public interface IWatcherApi
{
Expand Down
3 changes: 2 additions & 1 deletion Ombi.Api.Models/Watcher/WatcherListStatusResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public class Filters

public class Quality
{
public Quality2 Quality { get; set; }
[DeserializeAs(Name = "Quality")]
public Quality2 quality { get; set; }
public Filters Filters { get; set; }
}

Expand Down

0 comments on commit 841c9cd

Please sign in to comment.