mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
themoviedb keywords attribute api change
This commit is contained in:
parent
b3a2fbdb0d
commit
a5fd1622d6
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ namespace Ombi.Api.TheMovieDb.Models
|
||||||
|
|
||||||
public class Keywords
|
public class Keywords
|
||||||
{
|
{
|
||||||
[JsonProperty("keywords")]
|
[JsonProperty("results")]
|
||||||
public List<KeywordsValue> KeywordsValue { get; set; }
|
public List<KeywordsValue> KeywordsValue { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue