diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html index 3a38256b0..fe16c541a 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 069611485..277594046 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",