Frontend #81

Merged
KevinMidboe merged 5 commits from frontend into master 2018-02-07 13:38:17 +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;
}