diff --git a/unwind-ui/src/components/MovieList.vue b/unwind-ui/src/components/MovieList.vue index 20bf88f..9903594 100644 --- a/unwind-ui/src/components/MovieList.vue +++ b/unwind-ui/src/components/MovieList.vue @@ -29,8 +29,8 @@ {{ item.media_type }} - {{ imdb_rating(item.imdb_score) }} - {{ imdb_rating(item.user_score) }} + {{ imdb_rating(item.imdb_score) }} + {{ avg_imdb_rating(item.user_scores) }} {{ duration(item.runtime) }} @@ -44,6 +44,20 @@