Fixes an issue with Movie caching not working on develop branch of Radarr (#1567)

pull/1559/merge
Jeffrey Peters 7 years ago committed by Jamie
parent 899934c307
commit c12061d035

@ -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…
Cancel
Save