mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixes an issue with Movie caching not working on develop branch of Radarr (#1567)
This commit is contained in:
parent
899934c307
commit
c12061d035
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ namespace Ombi.Api.Radarr.Models
|
|||
public List<object> tags { get; set; }
|
||||
public string added { get; set; }
|
||||
public Ratings ratings { get; set; }
|
||||
public List<string> alternativeTitles { get; set; }
|
||||
//public List<string> alternativeTitles { get; set; }
|
||||
public int qualityProfileId { get; set; }
|
||||
public int id { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue