From 3edf7d43cbb299c34c632b8022e5fd2d087c6642 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 5 Feb 2018 13:57:57 +0100 Subject: [PATCH] Changes reflecting update in api for naming scheme. --- client/app/components/SearchObject.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }