diff --git a/client/app/components/SearchObject.jsx b/client/app/components/SearchObject.jsx index b61f4ea..2b3e8e0 100644 --- a/client/app/components/SearchObject.jsx +++ b/client/app/components/SearchObject.jsx @@ -21,8 +21,8 @@ class SearchObject { this.year = object.year; this.type = object.type; this.rating = object.rating; - this.poster = object.poster; - this.background = object.background; + this.poster = object.poster_path; + this.background = object.background_path; this.matchedInPlex = object.matchedInPlex; this.summary = object.summary; }