Change JsonProperty

This commit is contained in:
Jc Miñarro
2014-12-07 11:05:56 +01:00
parent 67496724ba
commit aa522e2e7e
@@ -93,7 +93,7 @@ public class MovieDb extends AbstractJsonMapping {
private WrapperMovieKeywords keywords;
@JsonProperty("releases")
private WrapperReleaseInfo releases;
@JsonProperty("trailers")
@JsonProperty("videos")
private WrapperTrailers trailers;
@JsonProperty("translations")
private WrapperTranslations translations;