mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
commit
487e36b957
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ namespace Ombi.Api.TheMovieDb.Models
|
||||||
{
|
{
|
||||||
[JsonProperty("results")]
|
[JsonProperty("results")]
|
||||||
public List<KeywordsValue> KeywordsValue { get; set; }
|
public List<KeywordsValue> KeywordsValue { get; set; }
|
||||||
|
[JsonProperty("keywords")]
|
||||||
|
private List<KeywordsValue> _movieKeywordValue { set { KeywordsValue = value; }}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class KeywordsValue
|
public class KeywordsValue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue