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:
parent
4ea172b6c5
commit
69b1a9efe2
7 changed files with 70 additions and 39 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue