Changes reflecting update in api for naming scheme.

This commit is contained in:
2018-02-05 13:57:57 +01:00
parent 4c5384ed2e
commit 3edf7d43cb

View File

@@ -21,8 +21,8 @@ class SearchObject {
this.year = object.year; this.year = object.year;
this.type = object.type; this.type = object.type;
this.rating = object.rating; this.rating = object.rating;
this.poster = object.poster; this.poster = object.poster_path;
this.background = object.background; this.background = object.background_path;
this.matchedInPlex = object.matchedInPlex; this.matchedInPlex = object.matchedInPlex;
this.summary = object.summary; this.summary = object.summary;
} }