Changes reflecting update in api for naming scheme.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user