mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
optimize image processor when gdi can be skipped
This commit is contained in:
parent
7614d695d9
commit
967c40ac0e
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@
|
||||||
if (chapter.ImageTag) {
|
if (chapter.ImageTag) {
|
||||||
|
|
||||||
imgUrl = ApiClient.getImageUrl(item.Id, {
|
imgUrl = ApiClient.getImageUrl(item.Id, {
|
||||||
width: 400,
|
maxwidth: 400,
|
||||||
tag: chapter.ImageTag,
|
tag: chapter.ImageTag,
|
||||||
type: "Chapter",
|
type: "Chapter",
|
||||||
index: i
|
index: i
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue