From bcda81a83d69e6b654c09c7dee56b08f00604f39 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 5 May 2013 22:23:19 -0400 Subject: [PATCH] Added critic rating as a sort order --- dashboard-ui/movies.html | 3 +++ dashboard-ui/scripts/itembynamedetailpage.js | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html index 3a38256b0b..fe16c541aa 100644 --- a/dashboard-ui/movies.html +++ b/dashboard-ui/movies.html @@ -50,6 +50,9 @@ + + + diff --git a/dashboard-ui/scripts/itembynamedetailpage.js b/dashboard-ui/scripts/itembynamedetailpage.js index 0696114855..2775940461 100644 --- a/dashboard-ui/scripts/itembynamedetailpage.js +++ b/dashboard-ui/scripts/itembynamedetailpage.js @@ -223,7 +223,7 @@ $("#radioMovies", page).on("click", function () { - shape = "backdrop"; + shape = "poster"; loadItems(page, { MediaTypes: "", IncludeItemTypes: "Movie", @@ -235,7 +235,7 @@ $("#radioShows", page).on("click", function () { - shape = "backdrop"; + shape = "poster"; loadItems(page, { MediaTypes: "", IncludeItemTypes: "Series",