1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #543 - Support filtering games by number of players

This commit is contained in:
Luke Pulverenti 2013-09-15 17:53:18 -04:00
parent 77d5abf6d8
commit 743d8a4fd8

View file

@ -28,7 +28,8 @@
html += LibraryBrowser.getPosterDetailViewHtml({ html += LibraryBrowser.getPosterDetailViewHtml({
items: result.Items, items: result.Items,
context: "games" context: "games",
shape: "backdrop"
}); });
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount); html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);