mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
kitzin - Fixed anime being send to sonarr as standard series
kitzin - Fixed anime being send to sonarr as standard series
This commit is contained in:
commit
c31b57aa86
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