From cec7ec4460d9289468d1e20e27fabb60db14791a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 5 Apr 2013 00:22:42 -0400 Subject: [PATCH] switch to getPosterViewHtml --- dashboard-ui/scripts/tvshows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/tvshows.js b/dashboard-ui/scripts/tvshows.js index a6c13e38ef..396c97e3dc 100644 --- a/dashboard-ui/scripts/tvshows.js +++ b/dashboard-ui/scripts/tvshows.js @@ -86,7 +86,7 @@ ApiClient.getItems(Dashboard.getCurrentUserId(), query).done(function (result) { - $('#items', page).html(LibraryBrowser.getEpisodePosterViewHtml({ + $('#items', page).html(LibraryBrowser.getPosterViewHtml({ items: result.Items, useAverageAspectRatio: true