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

don't ask for the aspect ratio when it's not needed

This commit is contained in:
Luke Pulverenti 2013-04-28 16:30:33 -04:00
parent d7cb795c5f
commit 69ad0b6d3f
20 changed files with 21 additions and 29 deletions

View file

@ -7,7 +7,7 @@
SortOrder: "Ascending",
IncludeItemTypes: "BoxSet",
Recursive: true,
Fields: "PrimaryImageAspectRatio,DisplayMediaType,ItemCounts,DateCreated,UserData",
Fields: "DisplayMediaType,ItemCounts,DateCreated,UserData",
Limit: LibraryBrowser.getDetaultPageSize(),
StartIndex: 0
};
@ -25,7 +25,6 @@
html += LibraryBrowser.getPosterDetailViewHtml({
items: result.Items,
useAverageAspectRatio: true,
context: "movies"
});