Fixed the login issue and pass Radarr the year #990

This commit is contained in:
Jamie.Rees 2017-01-25 14:41:04 +00:00
commit a1fb4018b5
5 changed files with 13 additions and 8 deletions

View file

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