This commit is contained in:
tidusjar 2017-06-24 21:39:33 +01:00
parent b8d3a88409
commit d1d65b24de
7 changed files with 161 additions and 138 deletions

View file

@ -51,6 +51,7 @@ namespace Ombi.Api.Models.Radarr
public string titleSlug { get; set; }
public int id { get; set; }
public int year { get; set; }
public string minimumAvailability { get; set; }
}
}