fixes #543 - Support filtering games by number of players
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
|
||||
html += LibraryBrowser.getPosterDetailViewHtml({
|
||||
items: result.Items,
|
||||
context: "games"
|
||||
context: "games",
|
||||
shape: "backdrop"
|
||||
});
|
||||
|
||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||
|
||||
Reference in New Issue
Block a user