This commit is contained in:
tidusjar 2017-02-12 22:22:26 +00:00
parent 15dab75418
commit eb0d0ee5b0
2 changed files with 2 additions and 9 deletions

View file

@ -49,13 +49,6 @@ namespace Ombi.Api.Models.Watcher
public string requiredwords { get; set; } public string requiredwords { get; set; }
} }
public class Quality
{
[JsonProperty("Quality")]
public Quality2 quality { get; set; }
public Filters Filters { get; set; }
}
public class WatcherListStatusResult public class WatcherListStatusResult
{ {
public string status { get; set; } public string status { get; set; }
@ -72,7 +65,7 @@ namespace Ombi.Api.Models.Watcher
public string dvd { get; set; } public string dvd { get; set; }
public string tomatorating { get; set; } public string tomatorating { get; set; }
public string imdbid { get; set; } public string imdbid { get; set; }
public Quality quality { get; set; } public string quality { get; set; }
} }