From 743d8a4fd8a1021fcbb135552e538d1605385178 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 15 Sep 2013 17:53:18 -0400 Subject: [PATCH] fixes #543 - Support filtering games by number of players --- dashboard-ui/scripts/gamesystemspage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/gamesystemspage.js b/dashboard-ui/scripts/gamesystemspage.js index 794dc5abbf..9527b30a77 100644 --- a/dashboard-ui/scripts/gamesystemspage.js +++ b/dashboard-ui/scripts/gamesystemspage.js @@ -28,7 +28,8 @@ html += LibraryBrowser.getPosterDetailViewHtml({ items: result.Items, - context: "games" + context: "games", + shape: "backdrop" }); html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);