mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed the login issue and pass Radarr the year #990
This commit is contained in:
parent
3d2209d163
commit
a1fb4018b5
5 changed files with 13 additions and 8 deletions
|
@ -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; }
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue