Small changes that might fix #1985 but doubt it

This commit is contained in:
Jamie 2018-02-19 13:55:58 +00:00
parent 7c61a3cc0e
commit dd5e40f3cd
6 changed files with 12 additions and 37 deletions

View file

@ -17,10 +17,7 @@ namespace Ombi.Api.Radarr.Models
public bool monitored { get; set; }
public int tmdbId { get; set; }
public List<string> images { get; set; }
public string cleanTitle { get; set; }
public string imdbId { get; set; }
public string titleSlug { get; set; }
public int id { get; set; }
public int year { get; set; }
public string minimumAvailability { get; set; }
}