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

make web client images more efficient by using max height instead of height

This commit is contained in:
Luke Pulverenti 2013-11-09 13:44:38 -05:00
parent 25cb195ec6
commit 144ee15789
5 changed files with 47 additions and 34 deletions

View file

@ -502,7 +502,7 @@
var query = {
ParentId: item.Id,
SortBy: sortBy,
Fields: "PrimaryImageAspectRatio,ItemCounts,DateCreated,AudioInfo"
Fields: "ItemCounts,DateCreated,AudioInfo"
};
if (item.Type == "Series" || item.Type == "Season") {