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

add new streambuilder options

This commit is contained in:
Luke Pulverenti 2016-07-09 13:39:04 -04:00
parent 4ea172b6c5
commit 69b1a9efe2
7 changed files with 70 additions and 39 deletions

View file

@ -1358,7 +1358,7 @@
}
else if (item.ParentPrimaryImageTag) {
imgUrl = ApiClient.getImageUrl(item.ParentPrimaryImageItemId, {
imgUrl = ApiClient.getScaledImageUrl(item.ParentPrimaryImageItemId, {
type: "Primary",
maxWidth: downloadWidth,
tag: item.ParentPrimaryImageTag,