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

This commit is contained in:
Jeffrey Peters 2017-10-13 02:47:25 -04:00 committed by Jamie
commit c12061d035

View file

@ -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; }
}
}
}