diff --git a/client/app/components/MovieObject.jsx b/client/app/components/MovieObject.jsx index 4f3e8ea..51a98d4 100644 --- a/client/app/components/MovieObject.jsx +++ b/client/app/components/MovieObject.jsx @@ -11,8 +11,8 @@ class MovieObject { this.overview = object.overview; } - requestExisting(id) { - console.log('Exists', id) + requestExisting(movie) { + console.log('Exists', movie) } requestMovie(id) { @@ -33,9 +33,9 @@ class MovieObject { returnList.push(); if (this.matchedInPlex) { - returnList.push() + returnList.push() } else { - returnList.push() + returnList.push() } returnList.push({this.overview});