mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Small changes that might fix #1985 but doubt it
This commit is contained in:
parent
7c61a3cc0e
commit
dd5e40f3cd
6 changed files with 12 additions and 37 deletions
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue