Testing #82

Merged
KevinMidboe merged 8 commits from testing into master 2018-02-07 13:41:06 +00:00
Showing only changes of commit 3edf7d43cb - Show all commits

View File

@@ -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;
}