Added the minimumAvailability #865

This commit is contained in:
tidusjar 2017-06-24 21:51:26 +01:00
parent 74f3e0f143
commit b8f20cc187
10 changed files with 39 additions and 13 deletions

View file

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