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:
Jamie 2021-03-31 16:36:47 +01:00 committed by GitHub
commit c31b57aa86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; }
} }