themoviedb keywords attribute api change

This commit is contained in:
Emil Kitti 2021-03-31 14:25:11 +02:00
commit a5fd1622d6

View file

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