kitzin - Fixed anime being send to sonarr as standard series

kitzin - Fixed anime being send to sonarr as standard series
pull/4131/head v4.0.1299
Jamie 4 years ago committed by GitHub
commit c31b57aa86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save