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

update games page to honor aspect ratio

This commit is contained in:
Luke Pulverenti 2013-04-28 16:23:37 -04:00
parent fdd009f29c
commit d7cb795c5f
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,7 @@
(function ($, document) {
var view = "Backdrop";
var view = "Poster";
// The base query options
var query = {
@ -36,7 +36,6 @@
else if (view == "Poster") {
html += LibraryBrowser.getPosterDetailViewHtml({
items: result.Items,
useAverageAspectRatio: true,
context: "games",
shape: "poster"
});