themoviedb keywords attribute api change

pull/4128/head
Emil Kitti 4 years ago
parent b3a2fbdb0d
commit a5fd1622d6

@ -95,7 +95,7 @@ namespace Ombi.Api.TheMovieDb.Models
public class Keywords
{
[JsonProperty("keywords")]
[JsonProperty("results")]
public List<KeywordsValue> KeywordsValue { get; set; }
}

Loading…
Cancel
Save